| java.lang.Object gov.nasa.ltl.graph.Node
Node | public class Node (Code) | | DOCUMENT ME!
|
addIncomingEdge | synchronized void addIncomingEdge(Edge e)(Code) | | |
addOutgoingEdge | synchronized void addOutgoingEdge(Edge e)(Code) | | |
getBooleanAttribute | public boolean getBooleanAttribute(String name)(Code) | | |
getId | public synchronized int getId()(Code) | | |
getIncomingEdgeCount | public int getIncomingEdgeCount()(Code) | | |
getIncomingEdges | public List getIncomingEdges()(Code) | | |
getIntAttribute | public int getIntAttribute(String name)(Code) | | |
getOutgoingEdgeCount | public int getOutgoingEdgeCount()(Code) | | |
getOutgoingEdges | public List getOutgoingEdges()(Code) | | |
remove | public synchronized void remove()(Code) | | |
removeIncomingEdge | synchronized void removeIncomingEdge(Edge e)(Code) | | |
removeOutgoingEdge | synchronized void removeOutgoingEdge(Edge e)(Code) | | |
setBooleanAttribute | public synchronized void setBooleanAttribute(String name, boolean value)(Code) | | |
setId | synchronized void setId(int id)(Code) | | |
setIntAttribute | public synchronized void setIntAttribute(String name, int value)(Code) | | |
setStringAttribute | public synchronized void setStringAttribute(String name, String value)(Code) | | |
|
|