|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.annotation.rework.ontology.classes.OntologyObjects.OntologyIndividual
de.unidu.is.annotation.rework.ontology.classes.OntologyObjects.MVSelectionIndividual
MVSelectionIndividual.java Represents a MVSelection individual in a Jena OntModel
| Field Summary | |
static java.lang.String |
CONTEXT_PROPERTY
Name of the ontology property, which stores the context of the selection |
static java.lang.String |
HEIGHT_PROPERTY
Name of the ontology property, which stores the height of the selection |
static java.lang.String |
MV_SELECTION_CLASS
Name of the ontology class |
static java.lang.String |
TREE_NODE_PROPERTY
Name of the ontology property, which stores the tree node of the selection |
static java.lang.String |
TREE_PROPERTY
Name of the ontology property, which stores the tree of the selection |
static java.lang.String |
WIDTH_PROPERTY
Name of the ontology property, which stores the width of the selection |
static java.lang.String |
X_COORDINATE_PROPERTY
Name of the ontology property, which stores the x coordinate of the selection |
static java.lang.String |
Y_COORDINATE_PROPERTY
Name of the ontology property, which stores the y coordinate of the selection |
| Fields inherited from class de.unidu.is.annotation.rework.ontology.classes.OntologyObjects.OntologyIndividual |
ANNOTATIONS_PROPERTY, LINK_PROPERTY, NAMESPACE, ontIndividual, ontModel, TYPE_URI |
| Constructor Summary | |
MVSelectionIndividual()
|
|
| Method Summary | |
void |
create(com.hp.hpl.jena.ontology.OntModel model,
java.lang.String individualUri)
Creates a new instance |
void |
createClone(com.hp.hpl.jena.ontology.OntModel model,
MVSelectionIndividual mvSelectionIndividual)
Creates a new document with the same properties as the specified individual |
java.lang.String |
getContext()
Returns the context of the selection |
java.lang.Integer |
getHeight()
Returns the height of the selection |
java.lang.String |
getTree()
Returns the tree of the selection |
java.lang.String |
getTreeNode()
Returns the tree node of the selection |
java.lang.Integer |
getWidth()
Returns the width of the selection |
java.lang.Integer |
getX()
Returns the x coordinate of the selection |
java.lang.Integer |
getY()
Returns the y coordinate of the selection |
void |
setContext(java.lang.String context)
Sets the context of the selection |
void |
setHeight(java.lang.Integer height)
Sets the height of the selection |
void |
setTree(java.lang.String tree)
Sets the tree of the selection |
void |
setTreeNode(java.lang.String treeNode)
Sets the tree node of the selection |
void |
setWidth(java.lang.Integer width)
Sets the width of the selection |
void |
setX(java.lang.Integer x)
Sets the x coordinate of the selection |
void |
setY(java.lang.Integer y)
Sets the y coordinate of the selection |
| Methods inherited from class de.unidu.is.annotation.rework.ontology.classes.OntologyObjects.OntologyIndividual |
addPropertyValue, addTypeValue, clearProperties, create, createClassClone, createClone, getIndividualName, getLocalName, getProperty, getPropertyValue, getPropertyValues, getTypes, getUri, init, isExisting, load, remove, takeProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String MV_SELECTION_CLASS
public static final java.lang.String X_COORDINATE_PROPERTY
public static final java.lang.String Y_COORDINATE_PROPERTY
public static final java.lang.String HEIGHT_PROPERTY
public static final java.lang.String WIDTH_PROPERTY
public static final java.lang.String TREE_PROPERTY
public static final java.lang.String TREE_NODE_PROPERTY
public static final java.lang.String CONTEXT_PROPERTY
| Constructor Detail |
public MVSelectionIndividual()
| Method Detail |
public void create(com.hp.hpl.jena.ontology.OntModel model,
java.lang.String individualUri)
create in class OntologyIndividualmodel - ModelindividualUri - URI of the new individual
public void createClone(com.hp.hpl.jena.ontology.OntModel model,
MVSelectionIndividual mvSelectionIndividual)
model - ModelmvSelectionIndividual - Document individual to copypublic void setX(java.lang.Integer x)
x - X coordinatepublic java.lang.Integer getX()
public void setY(java.lang.Integer y)
y - Y coordinatepublic java.lang.Integer getY()
public void setHeight(java.lang.Integer height)
height - Heightpublic java.lang.Integer getHeight()
public void setWidth(java.lang.Integer width)
width - Widthpublic java.lang.Integer getWidth()
public void setTree(java.lang.String tree)
tree - Treepublic java.lang.String getTree()
public void setTreeNode(java.lang.String treeNode)
treeNode - Tree nodepublic java.lang.String getTreeNode()
public void setContext(java.lang.String context)
context - Contextpublic java.lang.String getContext()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||