Uses of Class
com.ben12.reta.model.InputRequirementSource
Packages that use InputRequirementSource
Package
Description
-
Uses of InputRequirementSource in com.ben12.reta.export
Method parameters in com.ben12.reta.export with type arguments of type InputRequirementSourceModifier and TypeMethodDescriptionorg.apache.poi.xssf.usermodel.XSSFWorkbookExcelExporter.export(List<InputRequirementSource> requirementSources) Export the requirement sources analysis result. -
Uses of InputRequirementSource in com.ben12.reta.model
Methods in com.ben12.reta.model that return InputRequirementSourceModifier and TypeMethodDescriptionRequirementImpl.getSource()GraphData.Link.getSource1()GraphData.Link.getSource2()Methods in com.ben12.reta.model that return types with arguments of type InputRequirementSourceModifier and TypeMethodDescriptionInputRequirementSource.getCovers()InputRequirementSource.getCoversBy()RequirementImpl.getReferredBySource()GraphData.getSourceEntities()Methods in com.ben12.reta.model with parameters of type InputRequirementSourceModifier and TypeMethodDescriptionRequirementImpl.getReferencesFor(InputRequirementSource aSource) RequirementImpl.getReferredByRequirementFor(InputRequirementSource aSource) Constructors in com.ben12.reta.model with parameters of type InputRequirementSourceModifierConstructorDescriptionLink(String pLine, InputRequirementSource pSource1, RequirementImpl pReq1, InputRequirementSource pSource2, RequirementImpl pReq2) Constructor parameters in com.ben12.reta.model with type arguments of type InputRequirementSourceModifierConstructorDescriptionGraphData(String pHtml, Map<String, InputRequirementSource> pSourceEntities, Map<String, GraphData.Link> pLinks) -
Uses of InputRequirementSource in com.ben12.reta.util
Methods in com.ben12.reta.util that return types with arguments of type InputRequirementSourceModifier and TypeMethodDescriptionRETAAnalysis.getRequirementSource(String sourceName) javafx.collections.ObservableList<InputRequirementSource> RETAAnalysis.requirementSourcesProperty()Methods in com.ben12.reta.util with parameters of type InputRequirementSourceModifier and TypeMethodDescriptionvoidRETAAnalysis.parse(InputRequirementSource requirementSource, StringBuilder sourceText, int limit) -
Uses of InputRequirementSource in com.ben12.reta.view
Methods in com.ben12.reta.view that return types with arguments of type InputRequirementSourceModifier and TypeMethodDescriptionjavafx.collections.ObservableList<InputRequirementSource> SourceConfigurationController.InputRequirementSourceStringConverter.fromString(String value) Methods in com.ben12.reta.view with parameters of type InputRequirementSourceModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<String> SourceConfigurationController.bind(com.ben12.reta.beans.property.buffering.BufferingManager newBufferingManager, InputRequirementSource newRequirementSource, javafx.collections.ObservableList<InputRequirementSource> newSources, javafx.collections.ObservableList<javafx.beans.property.ObjectProperty<String>> newSourcesName, javafx.collections.ObservableList<javafx.util.Callback<InputRequirementSource, Void>> callBacks, javafx.util.Callback<InputRequirementSource, Void> mainCallBack) Bind the view to the model.Method parameters in com.ben12.reta.view with type arguments of type InputRequirementSourceModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<String> SourceConfigurationController.bind(com.ben12.reta.beans.property.buffering.BufferingManager newBufferingManager, InputRequirementSource newRequirementSource, javafx.collections.ObservableList<InputRequirementSource> newSources, javafx.collections.ObservableList<javafx.beans.property.ObjectProperty<String>> newSourcesName, javafx.collections.ObservableList<javafx.util.Callback<InputRequirementSource, Void>> callBacks, javafx.util.Callback<InputRequirementSource, Void> mainCallBack) Bind the view to the model.javafx.beans.property.ObjectProperty<String> SourceConfigurationController.bind(com.ben12.reta.beans.property.buffering.BufferingManager newBufferingManager, InputRequirementSource newRequirementSource, javafx.collections.ObservableList<InputRequirementSource> newSources, javafx.collections.ObservableList<javafx.beans.property.ObjectProperty<String>> newSourcesName, javafx.collections.ObservableList<javafx.util.Callback<InputRequirementSource, Void>> callBacks, javafx.util.Callback<InputRequirementSource, Void> mainCallBack) Bind the view to the model.SourceConfigurationController.InputRequirementSourceStringConverter.toString(javafx.collections.ObservableList<InputRequirementSource> sourceList)