|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.architecture.traffic.infrastructure.Sign
org.jscience.architecture.traffic.infrastructure.NoSign
public class NoSign
Sign implementing basic trafic rules.
| Field Summary | |
|---|---|
protected static int |
type
DOCUMENT ME! |
| Fields inherited from class org.jscience.architecture.traffic.infrastructure.Sign |
|---|
lane, loadData, NO_SIGN, node, parentName, SIGN, state, TRAFFICLIGHT |
| Constructor Summary | |
|---|---|
NoSign()
Creates a new NoSign object. |
|
NoSign(Node _node,
Drivelane _lane)
Creates a new NoSign object. |
|
| Method Summary | |
|---|---|
int |
getType()
Returns the type of this Sign |
java.lang.String |
getXMLName()
DOCUMENT ME! |
boolean |
mayDrive()
DOCUMENT ME! |
boolean |
needsExternalAlgorithm()
DOCUMENT ME! |
XMLElement |
saveSelf()
DOCUMENT ME! |
| Methods inherited from class org.jscience.architecture.traffic.infrastructure.Sign |
|---|
getId, getInstance, getLane, getNode, getState, load, loadSecondStage, reset, saveChilds, setLane, setNode, setParentName, setState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final int type
| Constructor Detail |
|---|
public NoSign(Node _node,
Drivelane _lane)
_node - DOCUMENT ME!_lane - DOCUMENT ME!public NoSign()
| Method Detail |
|---|
public int getType()
getType in class Signpublic boolean needsExternalAlgorithm()
needsExternalAlgorithm in class Signpublic boolean mayDrive()
mayDrive in class Signpublic java.lang.String getXMLName()
public XMLElement saveSelf()
throws XMLCannotSaveException
saveSelf in interface XMLSerializablesaveSelf in class SignXMLCannotSaveException - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||