Uses of Interface
de.uni_trier.wi2.procake.data.model.Model
-
Packages that use Model Package Description de.uni_trier.wi2.procake CAKE component overview.de.uni_trier.wi2.procake.data.io.xml XML parser and writer for all data and model classesde.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl de.uni_trier.wi2.procake.data.model Provides interfaces of all data classes and of the data model.de.uni_trier.wi2.procake.data.model.base.impl de.uni_trier.wi2.procake.data.model.impl de.uni_trier.wi2.procake.data.model.nest.impl de.uni_trier.wi2.procake.data.object Provides interfaces of all data objects.de.uni_trier.wi2.procake.data.object.impl de.uni_trier.wi2.procake.data.object.nest.utils.impl de.uni_trier.wi2.procake.data.object.transformation de.uni_trier.wi2.procake.data.object.wf de.uni_trier.wi2.procake.similarity Data similarity package descriptionde.uni_trier.wi2.procake.similarity.base.impl de.uni_trier.wi2.procake.similarity.impl de.uni_trier.wi2.procake.utils.conversion.bpmn de.uni_trier.wi2.procake.utils.ontology -
-
Uses of Model in de.uni_trier.wi2.procake
Methods in de.uni_trier.wi2.procake that return Model Modifier and Type Method Description ModelCakeInstanceCache. getModel()Getter for the fieldmodel.Methods in de.uni_trier.wi2.procake with parameters of type Model Modifier and Type Method Description voidCakeInstanceCache. setModel(Model model)Setter for the fieldmodel.static voidCakeInstance. validateSimModel(Model model, SimilarityModel simModel)Validates the similarity model by checking if a defined class from the data model has a respective measure in the similarity model. -
Uses of Model in de.uni_trier.wi2.procake.data.io.xml
Methods in de.uni_trier.wi2.procake.data.io.xml with parameters of type Model Modifier and Type Method Description voidSimilarityModelParser. setModelDependency(Model dataModel)The data model that belongs to this respective similarity model.voidModelParser. setTargetModel(Model model)This initializes the model that is filled during the parsing process. -
Uses of Model in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl
Fields in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl declared as Model Modifier and Type Field Description protected ModelNESTGraphHandler. modelMethods in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl that return Model Modifier and Type Method Description protected ModelNESTGraphParser. getModel()getModel.Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl with parameters of type Model Modifier and Type Method Description voidSimilarityModelParserImpl. setModelDependency(Model dataModel)The data model that belongs to this respective similarity model.voidModelParserImpl. setTargetModel(Model model)This initializes the model that is filled during the parsing process.Constructors in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl with parameters of type Model Constructor Description ModelHandler(Model model)Constructor for ModelHandler.SimilarityModelHandler(Model dataModel, SimilarityModel simModel)Constructor for SimilarityModelHandler. -
Uses of Model in de.uni_trier.wi2.procake.data.model
Methods in de.uni_trier.wi2.procake.data.model that return Model Modifier and Type Method Description static ModelModelFactory. getDefaultModel()ModelDataClass. getModel()Each data class knows theModelto that the class belongs.static ModelModelFactory. getModel(String name)ModelModelFactoryObject. getModel()static ModelModelFactory. newModel(String name)This method creates a new model and may overwrite an existing models with the same name.Methods in de.uni_trier.wi2.procake.data.model with parameters of type Model Modifier and Type Method Description voidModel. overwriteMatchingDataClasses(Model other)Another data Model can be provided and all of the containingDataClasses matching the current class hierarchy will be reused in this Model, i.e. -
Uses of Model in de.uni_trier.wi2.procake.data.model.base.impl
Methods in de.uni_trier.wi2.procake.data.model.base.impl with parameters of type Model Modifier and Type Method Description voidAggregateClassImpl. conformToModel(Model other)Checks all properties whether they conform to given model.voidUnionClassImpl. conformToModel(Model other)Checks the list of data classes whether they conform to given model. -
Uses of Model in de.uni_trier.wi2.procake.data.model.impl
Classes in de.uni_trier.wi2.procake.data.model.impl that implement Model Modifier and Type Class Description classModelImplModelImpl class.Methods in de.uni_trier.wi2.procake.data.model.impl that return Model Modifier and Type Method Description ModelAbstractDataClassImpl. getModel()Each data class knows theModelto that the class belongs.ModelDataClassImpl. getModel()Each data class knows theModelto that the class belongs.ModelModelFactoryObjectImpl. getModel()Methods in de.uni_trier.wi2.procake.data.model.impl with parameters of type Model Modifier and Type Method Description voidModelImpl. overwriteMatchingDataClasses(Model oldModel)Another data Model can be provided and all of the containingDataClasses matching the current class hierarchy will be reused in this Model, i.e.protected voidDataClassImpl. setModel(Model model)Setter for the fieldmodel.Constructors in de.uni_trier.wi2.procake.data.model.impl with parameters of type Model Constructor Description DataClassImpl(Model model)Constructor for DataClassImpl. -
Uses of Model in de.uni_trier.wi2.procake.data.model.nest.impl
Methods in de.uni_trier.wi2.procake.data.model.nest.impl with parameters of type Model Modifier and Type Method Description voidNESTGraphItemClassImpl. conformToModel(Model other)Checks whether the semantic descriptor class is conform to given model. -
Uses of Model in de.uni_trier.wi2.procake.data.object
Methods in de.uni_trier.wi2.procake.data.object that return Model Modifier and Type Method Description ModelDataObject. getModel()Each object knows to which model it belongs.Constructors in de.uni_trier.wi2.procake.data.object with parameters of type Model Constructor Description DataObjectUtils(Model model) -
Uses of Model in de.uni_trier.wi2.procake.data.object.impl
Methods in de.uni_trier.wi2.procake.data.object.impl that return Model Modifier and Type Method Description ModelDataObjectImpl. getModel() -
Uses of Model in de.uni_trier.wi2.procake.data.object.nest.utils.impl
Fields in de.uni_trier.wi2.procake.data.object.nest.utils.impl declared as Model Modifier and Type Field Description protected ModelNESTUtils. modelConstructors in de.uni_trier.wi2.procake.data.object.nest.utils.impl with parameters of type Model Constructor Description NESTGraphBuilderImpl(Model model)NESTWorkflowBuilderImpl(Model model) -
Uses of Model in de.uni_trier.wi2.procake.data.object.transformation
Fields in de.uni_trier.wi2.procake.data.object.transformation declared as Model Modifier and Type Field Description protected ModelWFBlockToGraph. modelStores the model used for instantiating all CAKE I - objects.Constructors in de.uni_trier.wi2.procake.data.object.transformation with parameters of type Model Constructor Description WFBlockToGraph(Model model)Standard constructor.WFBlockToNESTWorkflow(Model model)Standard constructor.WFBlockToUIGraph(Model model)Standard constructor. -
Uses of Model in de.uni_trier.wi2.procake.data.object.wf
Methods in de.uni_trier.wi2.procake.data.object.wf that return Model Modifier and Type Method Description ModelSubWorkflowObject. getModel()Returns the first sequence of the subworkflow.ModelWorkflowObject. getModel()Returns the first sequence of the workflow. -
Uses of Model in de.uni_trier.wi2.procake.similarity
Methods in de.uni_trier.wi2.procake.similarity with parameters of type Model Modifier and Type Method Description voidSimilarityModel. overwriteMatchingDataClasses(Model other)Checks for each measure if it contains aDataClassreference that is present in the given 'other' Model. -
Uses of Model in de.uni_trier.wi2.procake.similarity.base.impl
Methods in de.uni_trier.wi2.procake.similarity.base.impl with parameters of type Model Modifier and Type Method Description static voidSMManipUtils. replaceSMTableDataClassImpl(SMTableDataClassImpl instance, Model other) -
Uses of Model in de.uni_trier.wi2.procake.similarity.impl
Methods in de.uni_trier.wi2.procake.similarity.impl with parameters of type Model Modifier and Type Method Description voidSimilarityModelImpl. overwriteMatchingDataClasses(Model oldModel) -
Uses of Model in de.uni_trier.wi2.procake.utils.conversion.bpmn
Fields in de.uni_trier.wi2.procake.utils.conversion.bpmn declared as Model Modifier and Type Field Description protected ModelAbstractBPMNtoNESTConverterBase. modelConstructors in de.uni_trier.wi2.procake.utils.conversion.bpmn with parameters of type Model Constructor Description AbstractBPMNtoNESTCongruentConverter(Model model)AbstractBPMNtoNESTConverter(Model model)AbstractBPMNtoNESTConverterBase(Model model)DefaultBPMNtoNESTCongruentConverter(Model model)DefaultBPMNtoNESTConverter(Model model) -
Uses of Model in de.uni_trier.wi2.procake.utils.ontology
Methods in de.uni_trier.wi2.procake.utils.ontology with parameters of type Model Modifier and Type Method Description voidOntologyGenerator. addTaxonomiesFromModel(Model model)voidOntologyGenerator. addTotalOrdersFromModel(Model model)Retrieves all total orders from the given model and for each order creates a class in the ontology for each of its values.
-