|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ontobox.box.box2model.BoxNamedEntity
org.ontobox.box.box2model.BoxProperty
org.ontobox.box.box2model.BoxTProperty
public class BoxTProperty
Field Summary |
---|
Fields inherited from class org.ontobox.box.box2model.BoxNamedEntity |
---|
con, fn |
Fields inherited from interface org.meta2project.model.AnnotatedEntity |
---|
CASCADE, CASCADE_DELETE_VALUE, COMMENT, MAX_CARD, MIN_CARD, MODEL_URI, TITLE |
Constructor Summary | |
---|---|
BoxTProperty(BoxConnection con,
int name)
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getAllValues()
Get all values of the tproperty for all objects (from all ontologies). |
java.util.Collection<OntObject> |
getOwners(java.lang.String value)
Get the collection of objects, which values of this tproperty equal to the specified value at least one time. |
Type |
getRange()
Get the range data type for the tproperty. |
void |
setRange(Type range)
Set range (may be null) |
Methods inherited from class org.ontobox.box.box2model.BoxProperty |
---|
getDomain, getMaxCardinality, getMinCardinality, setDomain |
Methods inherited from class org.ontobox.box.box2model.BoxNamedEntity |
---|
delete, equals, getAnnotation, getAnnotationNames, getFullName, getName, getOntology, hashCode, putAnnotation, setName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.meta2project.model.Property |
---|
delete, getDomain, getMaxCardinality, getMinCardinality, setDomain |
Methods inherited from interface org.meta2project.model.NamedEntity |
---|
getFullName, getName, getOntology, setName |
Methods inherited from interface org.meta2project.model.AnnotatedEntity |
---|
getAnnotation, getAnnotationNames, putAnnotation |
Constructor Detail |
---|
public BoxTProperty(BoxConnection con, int name)
Method Detail |
---|
public Type getRange()
TProperty
getRange
in interface TProperty
public java.util.List<java.lang.String> getAllValues()
TProperty
getAllValues
in interface TProperty
public java.util.Collection<OntObject> getOwners(java.lang.String value)
TProperty
getOwners
in interface TProperty
value
- the value to find
public void setRange(Type range)
TProperty
setRange
in interface TProperty
range
- range type, may be null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |