Package eu.xenit.alfred.api.node
Class NodeAssociations
java.lang.Object
eu.xenit.alfred.api.node.NodeAssociations
Datastructure that represents a list of NodeAssociations.
-
Constructor Summary
ConstructorsConstructorDescriptionNodeAssociations(List<ChildParentAssociation> children, List<ChildParentAssociation> parents, List<NodeAssociation> targets, List<NodeAssociation> sources) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetChildren(List<ChildParentAssociation> children) voidsetParents(List<ChildParentAssociation> parents) voidsetSources(List<NodeAssociation> sources) voidsetTargets(List<NodeAssociation> targets)
-
Constructor Details
-
NodeAssociations
public NodeAssociations() -
NodeAssociations
public NodeAssociations(List<ChildParentAssociation> children, List<ChildParentAssociation> parents, List<NodeAssociation> targets, List<NodeAssociation> sources)
-
-
Method Details
-
getChildren
-
setChildren
-
getParents
-
setParents
-
getTargets
-
setTargets
-
getSources
-
setSources
-