Uses of Interface
de.uni_trier.wi2.procake.data.object.base.AtomicObject
-
-
Uses of AtomicObject in de.uni_trier.wi2.procake.data.model.base
Methods in de.uni_trier.wi2.procake.data.model.base that return AtomicObject Modifier and Type Method Description AtomicObjectInstanceTotalOrderPredicate. elementAt(int index)Returns the element at the specified position in this list.AtomicObject[]InstanceTaxonomyOrderPredicate. getAllSons(AtomicObject father)Returns all sons of the given father.AtomicObjectInstanceTaxonomyOrderPredicate. getCommonFather(AtomicObject[] sons)Determines the common father of all given sons.AtomicObjectInstanceTaxonomyOrderPredicate. getCommonFather(AtomicObject firstSon, AtomicObject secondSon)Determines the common father offirstSonandsecondSon.AtomicObjectInstanceTaxonomyOrderPredicate. getFather(AtomicObject son)getFather.AtomicObjectInstanceIntervalPredicate. getMaximum()getMaximum.AtomicObjectInstanceIntervalPredicate. getMinimum()getMinimum.AtomicObject[]InstanceValueOrderPredicate. getOrderValues()getOrderValues.AtomicObjectInstanceTaxonomyOrderPredicate. getRoot()getRoot.AtomicObject[]InstanceTaxonomyOrderPredicate. getSons(AtomicObject father)Returns all direct sons of the given father.Methods in de.uni_trier.wi2.procake.data.model.base that return types with arguments of type AtomicObject Modifier and Type Method Description LinkedList<AtomicObject>AtomicClass. getAtomicObjects()getAtomicObjects.List<AtomicObject>InstanceEnumerationPredicate. getValues()getValues.Methods in de.uni_trier.wi2.procake.data.model.base with parameters of type AtomicObject Modifier and Type Method Description voidInstanceTotalOrderPredicate. add(AtomicObject value)Adds the value at the end of the total ordervoidAtomicClass. addAtomicObject(AtomicObject atomicObject)addAtomicObject.voidInstanceTaxonomyOrderPredicate. addRelation(AtomicObject father, AtomicObject son)To add a relation to the taxonomy the father and the son must be specified.voidInstanceEnumerationPredicate. addValue(AtomicObject newValue)Adds the value to the value set.booleanInstanceIntervalPredicate. after(AtomicObject intervalObject, AtomicObject otherIntervalObject)Checks, if an object ofNumericClassorChronologicClassis after another object of the same class.booleanInstanceIntervalPredicate. before(AtomicObject intervalObject, AtomicObject otherIntervalObject)Checks, if an object ofNumericClassorChronologicClassis before another object of the same class.booleanInstanceValueOrderPredicate. contains(AtomicObject value)Returnstrueif the order contains the specified value.AtomicObject[]InstanceTaxonomyOrderPredicate. getAllSons(AtomicObject father)Returns all sons of the given father.AtomicObjectInstanceTaxonomyOrderPredicate. getCommonFather(AtomicObject[] sons)Determines the common father of all given sons.AtomicObjectInstanceTaxonomyOrderPredicate. getCommonFather(AtomicObject firstSon, AtomicObject secondSon)Determines the common father offirstSonandsecondSon.AtomicObjectInstanceTaxonomyOrderPredicate. getFather(AtomicObject son)getFather.AtomicObject[]InstanceTaxonomyOrderPredicate. getSons(AtomicObject father)Returns all direct sons of the given father.booleanInstanceIntervalPredicate. holdsFor(AtomicObject value)Checks if the given totally ordered value is an element of the interval.intInstanceTotalOrderPredicate. indexOf(AtomicObject value)Returns the index in this order of the specified value.voidInstanceTotalOrderPredicate. insertAt(int index, AtomicObject value)Insert value at at specified index position.booleanInstanceValueOrderPredicate. isAfter(AtomicObject first, AtomicObject last)isAfter.booleanInstanceValueOrderPredicate. isBefore(AtomicObject first, AtomicObject last)isBefore.booleanInstanceTaxonomyOrderPredicate. isChild(AtomicObject child, AtomicObject father)trueifchildis a sub node offather.voidInstanceValueOrderPredicate. remove(AtomicObject value)Removes a value from the value order.voidInstanceEnumerationPredicate. removeValue(AtomicObject value)Removes the object from the value set if the value exists.voidInstanceIntervalPredicate. setMaximum(AtomicObject maxValue)Defines the maximum value of the interval.voidInstanceIntervalPredicate. setMinimum(AtomicObject minValue)Defines the minimum value of the interval.voidInstanceValueOrderPredicate. update(AtomicObject oldValue, AtomicObject newValue)To update a value in the order theoldValueand thenewValuemust be specified.voidInstanceTaxonomyOrderPredicate. updateRelation(AtomicObject oldFather, AtomicObject newFather, AtomicObject son)To move a son node with all sub nodes to another father this method can be used.voidInstanceEnumerationPredicate. updateValue(AtomicObject oldValue, AtomicObject newValue)Updates the value in this predicate as well as in all including orders. -
Uses of AtomicObject in de.uni_trier.wi2.procake.data.model.base.impl
Methods in de.uni_trier.wi2.procake.data.model.base.impl that return AtomicObject Modifier and Type Method Description AtomicObjectInstanceTotalOrderPredicateImpl. elementAt(int index)Returns the element at the specified position in this list.AtomicObject[]InstanceTaxonomyOrderPredicateImpl. getAllSons(AtomicObject father)Returns all sons of the given father.AtomicObjectInstanceTaxonomyOrderPredicateImpl. getCommonFather(AtomicObject[] sons)Determines the common father of all given sons.AtomicObjectInstanceTaxonomyOrderPredicateImpl. getCommonFather(AtomicObject firstSon, AtomicObject secondSon)Determines the common father offirstSonandsecondSon.AtomicObjectInstanceTaxonomyOrderPredicateImpl. getFather(AtomicObject son)getFather.AtomicObjectInstanceIntervalPredicateImpl. getMaximum()getMaximum.AtomicObjectInstanceIntervalPredicateImpl. getMinimum()getMinimum.protected AtomicObjectAtomicClassImpl. getNativeValueFromPredicate()getNativeValueFromPredicate.AtomicObject[]InstanceTaxonomyOrderPredicateImpl. getOrderValues()getOrderValues.AtomicObject[]InstanceTotalOrderPredicateImpl. getOrderValues()getOrderValues.AtomicObjectInstanceTaxonomyOrderPredicateImpl. getRoot()getRoot.AtomicObject[]InstanceTaxonomyOrderPredicateImpl. getSons(AtomicObject father)Returns all direct sons of the given father.Methods in de.uni_trier.wi2.procake.data.model.base.impl that return types with arguments of type AtomicObject Modifier and Type Method Description LinkedList<AtomicObject>AtomicClassImpl. getAtomicObjects()getAtomicObjects.List<AtomicObject>InstanceEnumerationPredicateImpl. getValues()getValues.Methods in de.uni_trier.wi2.procake.data.model.base.impl with parameters of type AtomicObject Modifier and Type Method Description voidInstanceTotalOrderPredicateImpl. add(AtomicObject value)Adds the value at the end of the total ordervoidAtomicClassImpl. addAtomicObject(AtomicObject atomicObject)addAtomicObject.voidInstanceTaxonomyOrderPredicateImpl. addRelation(AtomicObject father, AtomicObject son)To add a relation to the taxonomy the father and the son must be specified.voidInstanceEnumerationPredicateImpl. addValue(AtomicObject newValue)Adds the value to the value set.booleanInstanceIntervalPredicateImpl. after(AtomicObject intervalObject, AtomicObject otherIntervalObject)Checks, if an object ofNumericClassorChronologicClassis after another object of the same class.booleanInstanceIntervalPredicateImpl. before(AtomicObject intervalObject, AtomicObject otherIntervalObject)Checks, if an object ofNumericClassorChronologicClassis before another object of the same class.booleanInstanceTaxonomyOrderPredicateImpl. contains(AtomicObject value)Returnstrueif the order contains the specified value.booleanInstanceTotalOrderPredicateImpl. contains(AtomicObject value)Returnstrueif the order contains the specified value.AtomicObject[]InstanceTaxonomyOrderPredicateImpl. getAllSons(AtomicObject father)Returns all sons of the given father.AtomicObjectInstanceTaxonomyOrderPredicateImpl. getCommonFather(AtomicObject[] sons)Determines the common father of all given sons.AtomicObjectInstanceTaxonomyOrderPredicateImpl. getCommonFather(AtomicObject firstSon, AtomicObject secondSon)Determines the common father offirstSonandsecondSon.AtomicObjectInstanceTaxonomyOrderPredicateImpl. getFather(AtomicObject son)getFather.AtomicObject[]InstanceTaxonomyOrderPredicateImpl. getSons(AtomicObject father)Returns all direct sons of the given father.booleanInstanceIntervalPredicateImpl. holdsFor(AtomicObject value)Checks if the given totally ordered value is an element of the interval.intInstanceTotalOrderPredicateImpl. indexOf(AtomicObject value)Returns the index in this order of the specified value.voidInstanceTotalOrderPredicateImpl. insertAt(int index, AtomicObject value)Insert value at at specified index position.booleanInstanceTaxonomyOrderPredicateImpl. isAfter(AtomicObject first, AtomicObject last)isAfter.booleanInstanceTotalOrderPredicateImpl. isAfter(AtomicObject first, AtomicObject last)isAfter.booleanInstanceTaxonomyOrderPredicateImpl. isBefore(AtomicObject first, AtomicObject last)isBefore.booleanInstanceTotalOrderPredicateImpl. isBefore(AtomicObject first, AtomicObject last)isBefore.booleanInstanceTaxonomyOrderPredicateImpl. isChild(AtomicObject child, AtomicObject father)trueifchildis a sub node offather.voidInstanceTaxonomyOrderPredicateImpl. remove(AtomicObject son)Removes a value from the value order.voidInstanceTotalOrderPredicateImpl. remove(AtomicObject value)Removes a value from the value order.voidInstanceEnumerationPredicateImpl. removeValue(AtomicObject value)Removes the object from the value set if the value exists.voidInstanceIntervalPredicateImpl. setMaximum(AtomicObject maxValue)Defines the maximum value of the interval.voidInstanceIntervalPredicateImpl. setMinimum(AtomicObject minValue)Defines the minimum value of the interval.voidInstanceTaxonomyOrderPredicateImpl. update(AtomicObject oldValue, AtomicObject newValue)To update a value in the order theoldValueand thenewValuemust be specified.voidInstanceTotalOrderPredicateImpl. update(AtomicObject oldValue, AtomicObject newValue)To update a value in the order theoldValueand thenewValuemust be specified.voidInstanceTaxonomyOrderPredicateImpl. updateRelation(AtomicObject oldFather, AtomicObject newFather, AtomicObject son)To move a son node with all sub nodes to another father this method can be used.voidInstanceEnumerationPredicateImpl. updateValue(AtomicObject oldElement, AtomicObject newElement)Updates the value in this predicate as well as in all including orders. -
Uses of AtomicObject in de.uni_trier.wi2.procake.data.object
Methods in de.uni_trier.wi2.procake.data.object that return AtomicObject Modifier and Type Method Description AtomicObjectDataObjectUtils. createAtomicObject(String atomicClassName)Class to create an atomic object.AtomicObjectDataObjectUtils. createAtomicObject(String atomicClassName, String value)Class to create an atomic object an simplify the value setting.AtomicObjectDataObjectUtils. createTaxonomicObject(String className, String value)This method creates an RM-Taxonomy object with a given String .Methods in de.uni_trier.wi2.procake.data.object with parameters of type AtomicObject Modifier and Type Method Description IntervalObjectDataObjectUtils. createIntervalObject(String intervalObjectClass, AtomicObject lowerBound, AtomicObject upperBound) -
Uses of AtomicObject in de.uni_trier.wi2.procake.data.object.base
Subinterfaces of AtomicObject in de.uni_trier.wi2.procake.data.object.base Modifier and Type Interface Description interfaceBooleanObjectA BooleanObject represents Boolean value.interfaceByteArrayObjectA BooleanObject represents a byte arry as value.interfaceChronologicObjectA ChronologicObject represents an container for an plain old java object representing timing aspects.interfaceDateObjectA DateObject represents aDateas value.interfaceDoubleObjectA DoubleObject represents a double as value.interfaceIntegerObjectA IntegerObject represents a byte arry as value.interfaceNumericObjectAn NumericObject represents an container for an plain old java object of numerical values.interfaceStringObjectA StringObject represents a string as value.interfaceTimeObjectA TimeObject represents a time as value.interfaceTimestampObjectA TimestampObject represents a date and time as value.interfaceURIObjectAn URIObject represents a resource in an owl-ontology with a URI.Methods in de.uni_trier.wi2.procake.data.object.base that return AtomicObject Modifier and Type Method Description AtomicObjectIntervalObject. getLowerBound()AtomicObjectIntervalObject. getUpperBound()Methods in de.uni_trier.wi2.procake.data.object.base with parameters of type AtomicObject Modifier and Type Method Description booleanIntervalObject. includes(AtomicObject valueToCheck)voidIntervalObject. setBounds(AtomicObject lowerBound, AtomicObject upperBound)Sets the bound of the interval. -
Uses of AtomicObject in de.uni_trier.wi2.procake.data.object.base.impl
Classes in de.uni_trier.wi2.procake.data.object.base.impl that implement AtomicObject Modifier and Type Class Description classAtomicObjectImplclassBooleanObjectImplclassByteArrayObjectImplclassChronologicObjectImplclassDateObjectImplclassDoubleObjectImplclassIntegerObjectImplclassNumericObjectImplclassStringObjectImplclassTimeObjectImplclassTimestampObjectImplclassURIObjectImplImplementation of theURIObjectImplto represent a resource in an owl ontology.Methods in de.uni_trier.wi2.procake.data.object.base.impl that return AtomicObject Modifier and Type Method Description AtomicObjectIntervalObjectImpl. getLowerBound()AtomicObjectIntervalObjectImpl. getUpperBound()Methods in de.uni_trier.wi2.procake.data.object.base.impl with parameters of type AtomicObject Modifier and Type Method Description booleanIntervalObjectImpl. includes(AtomicObject valueToCheck)voidIntervalObjectImpl. setBounds(AtomicObject newLowerBound, AtomicObject newUpperBound) -
Uses of AtomicObject in de.uni_trier.wi2.procake.similarity.base
Methods in de.uni_trier.wi2.procake.similarity.base with parameters of type AtomicObject Modifier and Type Method Description voidSMTableDataObject. addSimilarity(AtomicObject queryObject, AtomicObject caseObject, double similarity)Adds a similarity measure for the query and case object.DataObjectIteratorSMTableDataObject. getCaseObjects(AtomicObject forQuery)SimilaritySMTableDataObject. getSimilarity(AtomicObject queryObject, AtomicObject caseObject)voidSMTableDataObject. removeSimilarity(AtomicObject queryObject, AtomicObject caseObject)Removes the similarity value for the given query and case object. -
Uses of AtomicObject in de.uni_trier.wi2.procake.similarity.base.impl
Methods in de.uni_trier.wi2.procake.similarity.base.impl with parameters of type AtomicObject Modifier and Type Method Description voidSMTableDataObjectImpl. addSimilarity(AtomicObject queryObject, AtomicObject caseObject, double similarity)DataObjectIteratorSMTableDataObjectImpl. getCaseObjects(AtomicObject query)SimilaritySMTableDataObjectImpl. getSimilarity(AtomicObject queryObject, AtomicObject caseObject)voidSMTableDataObjectImpl. removeSimilarity(AtomicObject queryObject, AtomicObject caseObject) -
Uses of AtomicObject in de.uni_trier.wi2.procake.similarity.base.taxonomy
Methods in de.uni_trier.wi2.procake.similarity.base.taxonomy that return types with arguments of type AtomicObject Modifier and Type Method Description List<AtomicObject>SMTaxonomyClassicUserWeights. getDefinedNodes()Methods in de.uni_trier.wi2.procake.similarity.base.taxonomy with parameters of type AtomicObject Modifier and Type Method Description DoubleSMTaxonomyClassicUserWeights. getWeight(AtomicObject nodeValue)voidSMTaxonomyClassicUserWeights. removeWeight(AtomicObject nodeValue)Removes the value of the node.voidSMTaxonomyClassicUserWeights. setWeight(AtomicObject nodeValue, Double weight) -
Uses of AtomicObject in de.uni_trier.wi2.procake.similarity.base.taxonomy.impl
Methods in de.uni_trier.wi2.procake.similarity.base.taxonomy.impl that return types with arguments of type AtomicObject Modifier and Type Method Description List<AtomicObject>SMTaxonomyClassicUserWeightsImpl. getDefinedNodes()Methods in de.uni_trier.wi2.procake.similarity.base.taxonomy.impl with parameters of type AtomicObject Modifier and Type Method Description voidSMTaxonomyWeightedNodes. addNodeWeight(AtomicObject node, Double weight)SimilarityImplSMTaxonomyClassicImpl. compute(AtomicObject queryObject, AtomicObject caseObject, SimilarityValuator valuator)DoubleSMTaxonomyClassicUserWeightsImpl. getNodeWeight(AtomicObject nodeValue)DoubleSMTaxonomyWeightedNodes. getNodeWeight(AtomicObject node)DoubleSMTaxonomyClassicUserWeightsImpl. getWeight(AtomicObject nodeValue)voidSMTaxonomyWeightedNodes. removeNodeWeight(AtomicObject node)voidSMTaxonomyClassicUserWeightsImpl. removeWeight(AtomicObject nodeValue)voidSMTaxonomyClassicUserWeightsImpl. setWeight(AtomicObject nodeValue, Double weight) -
Uses of AtomicObject 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 AtomicObject Modifier and Type Method Description StringObjectToStringConverter. toString(AtomicObject value)
-