Modifier and Type | Class and Description |
---|---|
private static class |
Id.PROP |
Modifier and Type | Field and Description |
---|---|
private Graph |
graph |
private java.lang.String[] |
id |
Constructor and Description |
---|
Id() |
Modifier and Type | Method and Description |
---|---|
Id |
cloneId() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFunc()
return the function (i.e.
|
Graph |
getGraph() |
java.lang.String |
getName()
return the name of the port/actor/modified parameter
|
private java.lang.String |
getProp(Id.PROP prop) |
int |
hashCode() |
void |
setFunc(java.lang.String txt)
Specify the 'function'(i.e.
|
(package private) void |
setGraph(Graph g)
Called by the graph when the object is getting assigned to the graph
|
void |
setName(java.lang.String txt)
Set the name of actor/port/modified parameter.
|
private void |
setProp(Id.PROP prop,
java.lang.String txt) |
java.lang.String |
toString() |
private java.lang.String[] id
private Graph graph
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
private void setProp(Id.PROP prop, java.lang.String txt)
private java.lang.String getProp(Id.PROP prop)
public void setName(java.lang.String txt)
txt
- public void setFunc(java.lang.String txt)
txt
- public java.lang.String getName()
public java.lang.String getFunc()
void setGraph(Graph g)
g
- public Graph getGraph()
public Id cloneId()
public java.lang.String toString()
toString
in class java.lang.Object