Uses of Class
com.merative.acd.v1.model.Concept
-
Packages that use Concept Package Description com.merative.acd.v1.model -
-
Uses of Concept in com.merative.acd.v1.model
Methods in com.merative.acd.v1.model that return Concept Modifier and Type Method Description Concept
AttributeValueAnnotation. getConcept()
Gets the concept.Concept
ContainerGroup. getConcepts(int index)
Gets the concept.Concept
UnstructuredContainer. getConcepts(int index)
Gets the concept.Methods in com.merative.acd.v1.model that return types with arguments of type Concept Modifier and Type Method Description java.util.List<Concept>
ContainerAnnotation. getConcepts()
Gets the concepts.java.util.List<Concept>
ContainerGroup. getConcepts()
java.util.List<Concept>
UnstructuredContainer. getConcepts()
java.util.List<Concept>
AttributeValueAnnotation. getDerivedFrom()
Gets the derivedFrom.java.util.List<Concept>
Concept. getDerivedFrom()
Gets the derivedFrom.java.util.List<Concept>
ConceptValue. getDerivedFrom()
Gets the derivedFrom.Methods in com.merative.acd.v1.model with parameters of type Concept Modifier and Type Method Description void
AttributeValueAnnotation. setConcept(Concept concept)
Sets the concept.Method parameters in com.merative.acd.v1.model with type arguments of type Concept Modifier and Type Method Description void
AttributeValueAnnotation. setDerivedFrom(java.util.List<Concept> derivedFrom)
Sets the derivedFrom.void
Concept. setDerivedFrom(java.util.List<Concept> derivedFrom)
Sets the derivedFrom.
-