|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--notio.Marker
The marker class.
Constructor Summary | |
Marker(MarkerSet newMarkerSet)
Construct a new marker belonging to the specified marker set. |
|
Marker(MarkerSet newMarkerSet,
java.lang.Object newIndividual)
Construct a new marker belonging to the specified marker set and with the specified Object as its individual. |
Method Summary | |
void |
addTypeConformance(ConceptType newType)
Adds a new concept type to the set of those to which this marker conforms. |
boolean |
conformsToType(ConceptType queryType)
Test whether the marker conforms to the specified concept type. |
void |
freeIndividual()
Frees the individual associated with this marker. |
java.lang.Object |
getIndividual()
Returns the individual corresponding to this marker. |
java.lang.String |
getMarkerID()
Returns the marker ID for this marker. |
MarkerSet |
getMarkerSet()
Returns the marker set to which this marker belongs. |
void |
removeTypeConformance(ConceptType deadType)
Removes a concept type from the set of those to which this marker conforms. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Marker(MarkerSet newMarkerSet, java.lang.Object newIndividual)
newMarkerSet
- the marker set to which this marker will belong.newIndividual
- the Object that is the individual corresponding
to this marker.public Marker(MarkerSet newMarkerSet)
newMarkerSet
- the marker set to which this marker will belong.Method Detail |
public java.lang.String getMarkerID()
public void freeIndividual()
public java.lang.Object getIndividual()
public MarkerSet getMarkerSet()
public boolean conformsToType(ConceptType queryType)
queryType
- the concept type we are testing for conformance.public void addTypeConformance(ConceptType newType)
newType
- the concept type being added.public void removeTypeConformance(ConceptType deadType)
deadType
- the concept type being removed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |