|
Graph Common | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.graph.model.value.GraphCellObject
public class GraphCellObject
GraphCellObject
class - stores properties of each graph node
Constructor Summary | |
---|---|
GraphCellObject(AbstractResourceType type,
AbstractResourceValue resourceValue)
Creates a new instance of Graph Cell Object |
Method Summary | |
---|---|
AbstractResourceValue |
getResource()
Get value of the property: resource |
AbstractResourceType |
getType()
Get value of the property: type |
void |
setResource(AbstractResourceValue resource)
Set value of the property: resource |
void |
setType(AbstractResourceType type)
Set value of the property: type |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GraphCellObject(AbstractResourceType type, AbstractResourceValue resourceValue)
type
- resource typeMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public AbstractResourceType getType()
public void setType(AbstractResourceType type)
type
- the type to setpublic AbstractResourceValue getResource()
public void setResource(AbstractResourceValue resource)
resource
- the resource to set
|
Graph Common | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |