|
|||||||||
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
public class BoxProperty
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 | |
---|---|
BoxProperty(BoxConnection con,
int fn)
|
Method Summary | |
---|---|
OntClass |
getDomain()
Get property domain |
java.lang.Integer |
getMaxCardinality()
Get max.cardinality |
java.lang.Integer |
getMinCardinality()
Get min.cardinality |
void |
setDomain(OntClass cl)
Set property domain |
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 |
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 BoxProperty(BoxConnection con, int fn)
Method Detail |
---|
public OntClass getDomain()
Property
getDomain
in interface Property
public java.lang.Integer getMinCardinality()
Property
getMinCardinality
in interface Property
public java.lang.Integer getMaxCardinality()
Property
getMaxCardinality
in interface Property
public void setDomain(OntClass cl)
Property
setDomain
in interface Property
cl
- domain class (may be null)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |