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.modelMethods in com.merative.acd.v1.model that return Concept Modifier and Type Method Description ConceptAttributeValueAnnotation. getConcept()Gets the concept.ConceptContainerGroup. getConcepts(int index)Gets the concept.ConceptUnstructuredContainer. 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 voidAttributeValueAnnotation. 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 voidAttributeValueAnnotation. setDerivedFrom(java.util.List<Concept> derivedFrom)Sets the derivedFrom.voidConcept. setDerivedFrom(java.util.List<Concept> derivedFrom)Sets the derivedFrom.
 
-