|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkaos.spatial.Block3D
public class Block3D
This class represents 3D block of space.
Constructor Summary | |
---|---|
Block3D()
|
|
Block3D(java.lang.String id,
Location3D location1,
Location3D location2)
|
Method Summary | |
---|---|
java.lang.String |
getModificationType()
Get the type of modification to make in the Directory Service and SpatialReasoner. |
java.lang.String |
getMyId()
|
Location3D |
getOppositeCornerLocation()
|
Location3D |
getPivotalCornerLocation()
|
void |
setModificationType(java.lang.String modType)
Set the type of modification to make in the Directory Service and SpatialReasoner. |
void |
setOppositeCornerLocation(Location3D oppositeCornerLocation)
|
void |
setPivotalCornerLocation(Location3D pivotalCornerLocation)
|
java.lang.String |
toString()
A utility method to create a String representation of the Orientation3D. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Block3D(java.lang.String id, Location3D location1, Location3D location2)
id
- location
- location2
- public Block3D()
Method Detail |
---|
public Location3D getOppositeCornerLocation()
public void setOppositeCornerLocation(Location3D oppositeCornerLocation)
oppositeCornerLocation
- The oppositeCornerLocation to set.public Location3D getPivotalCornerLocation()
public void setPivotalCornerLocation(Location3D pivotalCornerLocation)
pivotalCornerLocation
- The pivotalCornerLocation to set.public java.lang.String getMyId()
public void setModificationType(java.lang.String modType)
modType
- String indicating the type of update in the DS and Spatial Reasoner.public java.lang.String getModificationType()
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 |