public class SpatialAssertionalRelation extends AssertionalRelation
| Constructor and Description |
|---|
SpatialAssertionalRelation(java.lang.String from,
java.lang.String to) |
| Modifier and Type | Method and Description |
|---|---|
OntologicalSpatialProperty |
getOntologicalProp() |
UnaryBlockConstraint |
getUnaryAtBlockConstraint() |
UnaryRectangleConstraint |
getUnaryAtRectangleConstraint() |
void |
setOntologicalProp(OntologicalSpatialProperty ontologicalProp) |
void |
setUnaryAtBlockConstraint(UnaryBlockConstraint unaryBAConstraint) |
void |
setUnaryAtRectangleConstraint(UnaryRectangleConstraint unaryRAConstraint) |
getFrom, getTo, setFrom, setTopublic SpatialAssertionalRelation(java.lang.String from,
java.lang.String to)
public void setUnaryAtRectangleConstraint(UnaryRectangleConstraint unaryRAConstraint)
public void setUnaryAtBlockConstraint(UnaryBlockConstraint unaryBAConstraint)
public UnaryRectangleConstraint getUnaryAtRectangleConstraint()
public UnaryBlockConstraint getUnaryAtBlockConstraint()
public void setOntologicalProp(OntologicalSpatialProperty ontologicalProp)
public OntologicalSpatialProperty getOntologicalProp()