|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkaos.ontology.roleValueMap.KAoSRoleValueMapContainer
public class KAoSRoleValueMapContainer
KAoS container for the Role-Value-Map statements $Revision: 1.10 $
| Constructor Summary | |
|---|---|
KAoSRoleValueMapContainer()
Empty constructor |
|
KAoSRoleValueMapContainer(java.util.Vector maps)
|
|
| Method Summary | |
|---|---|
void |
addMap(KAoSRoleValueMap _map)
Adds map to the container, if object with this id already exists, its old version will be first removed |
KAoSRoleValueMap |
findMap(java.lang.String mapID)
|
java.util.Vector |
findMapsForProperty(java.lang.String propertyName)
Find all the maps whose either path starts with the specified property |
java.util.Vector |
findMapsForProperty(java.lang.String propertyName,
boolean firstPathOnly)
|
java.util.Vector |
findMapsForSubPath(java.util.Vector subPath)
Find all the maps whose either path starts with the specified subpath |
java.util.Vector |
findMapsForSubPath(java.util.Vector subPath,
boolean firstPathOnly)
|
java.util.Vector |
getAllMaps()
|
void |
removeMap(java.lang.String mapID)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KAoSRoleValueMapContainer()
public KAoSRoleValueMapContainer(java.util.Vector maps)
| Method Detail |
|---|
public void addMap(KAoSRoleValueMap _map)
_map - KAoSRoleValueMap object to be added to the containerpublic void removeMap(java.lang.String mapID)
mapID - Id of the map to be removed from the containerpublic java.util.Vector findMapsForProperty(java.lang.String propertyName)
propertyName - name of the property starting a path
public java.util.Vector findMapsForProperty(java.lang.String propertyName,
boolean firstPathOnly)
public java.util.Vector findMapsForSubPath(java.util.Vector subPath)
subPath - vector representing the subpath
public java.util.Vector findMapsForSubPath(java.util.Vector subPath,
boolean firstPathOnly)
public KAoSRoleValueMap findMap(java.lang.String mapID)
mapID - Id of the map to be found in the containerpublic java.util.Vector getAllMaps()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||