|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Concept | |
---|---|
org.omwg.ontology | |
org.wsmo.factory |
Uses of Concept in org.omwg.ontology |
---|
Methods in org.omwg.ontology that return Concept | |
---|---|
Concept |
Ontology.findConcept(Identifier id)
Finds a concept in the set of concepts defined by this ontology (returns null if none found). |
Concept |
Attribute.getConcept()
Returns the Concept described by this attribute. |
Methods in org.omwg.ontology that return types with arguments of type Concept | |
---|---|
Set<Concept> |
Instance.listConcepts()
Returns a list of the concepts this instance belongs to |
Set<Concept> |
Ontology.listConcepts()
Lists the concepts defined by this ontology. |
Set<Concept> |
Concept.listSubConcepts()
Lists the sub-concepts of this concept |
Set<Concept> |
Concept.listSuperConcepts()
Lists the super-concepts of this concept. |
Methods in org.omwg.ontology with parameters of type Concept | |
---|---|
void |
Instance.addConcept(Concept memberOf)
Sets the concept this instance is an instance of. |
void |
Ontology.addConcept(Concept concept)
Adds a new concept to this ontology. |
void |
Concept.addSubConcept(Concept subConcept)
Adds a new concept to the set of sub-concepts of this concept The sub concept will also add this concept to the list of its super-concepts. |
void |
Concept.addSuperConcept(Concept superConcept)
Adds a new concept to the set of super-concepts of this concept The super concept will also add this concept to the list of its sub-concepts |
void |
Instance.removeConcept(Concept memberOf)
Removes a concept from the set of concepts that this entity is an instance of. |
void |
Ontology.removeConcept(Concept concept)
Removes a particular concept from this ontology. |
void |
Concept.removeSubConcept(Concept subConcept)
Removes a concept from the set of sub-concepts of this concept The sub concept will also remove this concept from the list of its super-concepts. |
void |
Concept.removeSuperConcept(Concept superConcept)
Removes a concept from the set of super-concepts of this concept The super concept will also remove this concept from the list of its sub-concepts. |
Uses of Concept in org.wsmo.factory |
---|
Methods in org.wsmo.factory that return Concept | |
---|---|
Concept |
WsmoFactory.createConcept(Identifier id)
Creates a new Concept object. |
Concept |
WsmoFactory.getConcept(Identifier id)
Return existing Concept insatnce |
Methods in org.wsmo.factory with parameters of type Concept | |
---|---|
Instance |
WsmoFactory.createInstance(Identifier id,
Concept concept)
Creates a new Instance object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |