|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides instnaces of classes.
Method Summary | |
void |
addSubClassOf(OGClass theClass)
Adds the provided class to the class's subClassOf collection. |
boolean |
containsSubClassOf(java.lang.Object theID)
Looks for a super class in this class whose ID matches the provided ID. |
OGClass[] |
getSubClassOf()
Accessor for the read only indexed bean property, "subClassOf" |
OGClass |
getSubClassOf(java.lang.Object theID)
Looks for the provided super class in the class's subClassOf collection. |
OGClass |
lookupSubClassOf(java.lang.Object theID)
Looks for super classes of this class. |
void |
removeSubClassOf(OGClass theClass)
Removes the provided class from the class's subClassOf collection. |
java.util.Iterator |
subClassOf()
Provides a iterator for the all of the class's super classes. |
java.util.Iterator |
subClassOf(OGResource aType)
Looks for a super class in the subClassOf collection of this resource that is a particular type. |
Methods inherited from interface com.att.gs.codip.ograph.OGResource |
addNewPropInstance, addPropInstance, addType, containsPropInstance, containsType, getComment, getID, getLabel, getLocalName, getNamespace, getOntology, getPropInstance, getPropInstances, getPropInstances, getURI, lookupPropInstance, propInstances, propInstances, removePropInstance, removeType, setComment, setLabel, types |
Methods inherited from interface com.att.gs.codip.resource.LogicalResource |
getType, isLiteralType, isType, setType |
Method Detail |
public OGClass lookupSubClassOf(java.lang.Object theID)
theID
- The ID of the sought super class.
public void addSubClassOf(OGClass theClass)
theClass
- The super class to add to the subClassOf collection.public void removeSubClassOf(OGClass theClass)
theClass
- The super class to remove from the subClassOf collection.public OGClass getSubClassOf(java.lang.Object theID)
theID
- The ID of the super class to get.
public OGClass[] getSubClassOf()
public boolean containsSubClassOf(java.lang.Object theID)
theID
- The ID of the sought super class.
public java.util.Iterator subClassOf()
public java.util.Iterator subClassOf(OGResource aType)
aType
- The type of the sought classes.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |