com.simonstl.gorille
Interface simpleComponentI


public interface simpleComponentI

Abbreviated information about context - stores names, type, nothing else.

Author:
simonstl

Method Summary
 NodeType getType()
          Returns the type of the component.
 void setType(NodeType _type)
          Sets the type of the component.
 

Method Detail

setType

public void setType(NodeType _type)
Sets the type of the component.


getType

public NodeType getType()
Returns the type of the component.