Package org.freeplane.api
Class Dependencies
java.lang.Object
org.freeplane.api.Dependencies
public class Dependencies
extends java.lang.Object
Contains dependencies (precedent or descendent node or attributes)
calculated by
DependencyLookup
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Dependencies.Element
-
Constructor Summary
Constructors Constructor Description Dependencies(java.util.List<Dependencies.Element> elements, java.util.List<java.lang.Integer> attributes)
-
Method Summary
Modifier and Type Method Description java.util.List<java.lang.Integer>
getAttributes()
Returns a list of related attribute indicesjava.util.List<Dependencies.Element>
getElements()
Returns a list of relatedDependencies.Element
sjava.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Dependencies
public Dependencies(java.util.List<Dependencies.Element> elements, java.util.List<java.lang.Integer> attributes)
-
-
Method Details
-
getElements
Returns a list of relatedDependencies.Element
s -
getAttributes
public java.util.List<java.lang.Integer> getAttributes()Returns a list of related attribute indices -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-