Uses of Interface
de.uni_trier.wi2.procake.data.object.base.AggregateObject
-
Packages that use AggregateObject Package Description de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl de.uni_trier.wi2.procake.data.object Provides interfaces of all data objects.de.uni_trier.wi2.procake.data.object.base.impl de.uni_trier.wi2.procake.retrieval.impl.macfac.fb de.uni_trier.wi2.procake.similarity.base.aggregate.impl de.uni_trier.wi2.procake.utils.io CAKE IO Descriptionde.uni_trier.wi2.procake.utils.multilanguage.jdk1_4Impl -
-
Uses of AggregateObject in de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl
Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl with parameters of type AggregateObject Modifier and Type Method Description protected voidObjectWriterImpl. writeAggregateContent(AggregateObject object, DataClass attributeClass, XMLSchemaBasedWriter writer)writeAggregateContent. -
Uses of AggregateObject in de.uni_trier.wi2.procake.data.object
Methods in de.uni_trier.wi2.procake.data.object that return AggregateObject Modifier and Type Method Description AggregateObjectDataObjectUtils. createAggregateObject(String aggregateClassName)AggregateObjectDataObjectUtils. createDataSemantic(String ingredientName)AggregateObjectDataObjectUtils. createTaskSemantic(String taskName) -
Uses of AggregateObject in de.uni_trier.wi2.procake.data.object.base.impl
Classes in de.uni_trier.wi2.procake.data.object.base.impl that implement AggregateObject Modifier and Type Class Description classAggregateObjectImpl -
Uses of AggregateObject in de.uni_trier.wi2.procake.retrieval.impl.macfac.fb
Methods in de.uni_trier.wi2.procake.retrieval.impl.macfac.fb that return AggregateObject Modifier and Type Method Description AggregateObjectNESTWorkflowToFeatureVector. getFeatureVector(NESTWorkflowObject nestGraph, SimilarityModel similarityModel)Returns the compiled feature vector. -
Uses of AggregateObject in de.uni_trier.wi2.procake.similarity.base.aggregate.impl
Methods in de.uni_trier.wi2.procake.similarity.base.aggregate.impl with parameters of type AggregateObject Modifier and Type Method Description Map<String,Double>SMAggregateWeightedImpl. getUserSimWeightsNormalized(AggregateObject dataObject) -
Uses of AggregateObject in de.uni_trier.wi2.procake.utils.io
Methods in de.uni_trier.wi2.procake.utils.io that return types with arguments of type AggregateObject Modifier and Type Method Description List<AggregateObject>CakeCSVParser. createAggregateObjects(String className, boolean containsHeaders, Integer maximumExamples)Parses the CSV file and creates a list of aggregate objects.List<AggregateObject>CakeCSVParser. createAggregateObjects(String className, Integer maximumExamples)Parses the CSV file and creates a list of aggregate objects. -
Uses of AggregateObject in de.uni_trier.wi2.procake.utils.multilanguage.jdk1_4Impl
Methods in de.uni_trier.wi2.procake.utils.multilanguage.jdk1_4Impl with parameters of type AggregateObject Modifier and Type Method Description StringObjectToStringConverter. toString(AggregateObject value)
-