|
| NodeEntity (string uid, Content *someContent) |
|
LambdaAnchor * | getLambdaAnchor () |
|
GenericDescriptor * | getDescriptor () |
|
void | setDescriptor (GenericDescriptor *someDescriptor) |
|
Content * | getContent () |
|
void | setContent (Content *content) |
|
bool | addAnchor (Anchor *anchor) |
|
bool | addAnchor (int index, Anchor *anchor) |
|
void | setId (string id) |
|
bool | removeAnchor (int index) |
|
bool | removeAnchor (Anchor *anchor) |
|
set< ReferNode * > * | getInstSameInstances () |
|
set< ReferNode * > * | getGradSameInstances () |
|
bool | addSameInstance (ReferNode *node) |
|
void | removeSameInstance (ReferNode *node) |
|
| Node (string id) |
|
void | copyProperties (Node *node) |
|
void | setParentComposition (void *composition) |
|
void * | getParentComposition () |
|
vector< Node * > * | getPerspective () |
|
Anchor * | getAnchor (string anchorId) |
|
Anchor * | getAnchor (int index) |
|
vector< Anchor * > * | getAnchors () |
|
vector< PropertyAnchor * > * | getOriginalPropertyAnchors () |
|
PropertyAnchor * | getPropertyAnchor (string propertyName) |
|
int | getNumAnchors () |
|
int | indexOfAnchor (Anchor *anchor) |
|
| Entity (string someId) |
|
void | printHierarchy () |
|
bool | instanceOf (string s) |
|
int | compareTo (Entity *otherEntity) |
|
string | getId () |
|
int | hashCode () |
|
virtual string | toString () |
|
virtual Entity * | getDataEntity () |
|
|
GenericDescriptor * | descriptor |
|
Content * | content |
|
vector< Anchor * > | anchorList |
|
vector< PropertyAnchor * > | originalPAnchors |
|
set< string > | typeSet |
|
|
static bool | hasInstance (Entity *instance, bool eraseFromList) |
|
The documentation for this class was generated from the following files:
- ncl30/include/ncl/components/NodeEntity.h
- ncl30/src/components/NodeEntity.cpp