|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpaceTimeEdge
Defines the relationship between two nodes. The source node is the owner of current edge, the target is defined in target attribute
| Method Summary | |
|---|---|
void |
AddProperty(SpaceTimeProperty property)
Add a property to this edge |
SpaceTimeProperty |
GetProperty(java.lang.String type)
Find property by its type |
SpaceTimeProperty |
GetPropertyAt(long index)
Property at specified index |
long |
GetPropertyCount()
Properties count |
java.lang.String |
Target()
Edge target |
void |
Target(java.lang.String value)
|
java.lang.String |
Type()
Edge type |
void |
Type(java.lang.String value)
|
| Method Detail |
|---|
void AddProperty(SpaceTimeProperty property)
long GetPropertyCount()
SpaceTimeProperty GetPropertyAt(long index)
SpaceTimeProperty GetProperty(java.lang.String type)
java.lang.String Type()
void Type(java.lang.String value)
java.lang.String Target()
void Target(java.lang.String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||