- LayoutGenerator - Interface in eu.mihosoft.vrl.workflow.incubating
-
This interface describes a layout generator.
- LayoutGeneratorNaive - Class in eu.mihosoft.vrl.workflow.incubating
-
This class provides a naive implementation for the LayoutGenerator interface.
- LayoutGeneratorNaive() - Constructor for class eu.mihosoft.vrl.workflow.incubating.LayoutGeneratorNaive
-
Default constructor.
- LayoutGeneratorNaive(boolean) - Constructor for class eu.mihosoft.vrl.workflow.incubating.LayoutGeneratorNaive
-
Constructor with debug-functionality.
- LayoutGeneratorSmart - Class in eu.mihosoft.vrl.workflow.incubating
-
This class provides a sophisticated implementation for the LayoutGenerator
interface based on layout algorithms implemented in
the Java Universal Network/Graph Drawing Framework.
- LayoutGeneratorSmart() - Constructor for class eu.mihosoft.vrl.workflow.incubating.LayoutGeneratorSmart
-
Default constructor.
- LayoutGeneratorSmart(boolean) - Constructor for class eu.mihosoft.vrl.workflow.incubating.LayoutGeneratorSmart
-
Constructor with debug-functionality.
- lessThanConnections(int, String) - Static method in class eu.mihosoft.vrl.workflow.WorkflowUtil
-
Returns a predicate that indicates whether the number of connections of
the specified connector is smaller than the expected number of
connections.
- listToSerializableList(List<T>) - Static method in class eu.mihosoft.vrl.workflow.io.WorkflowIO
-
- loadFromXML(Path) - Static method in class eu.mihosoft.vrl.workflow.io.WorkflowIO
-
- loadFromXML(String, IdGenerator) - Static method in class eu.mihosoft.vrl.workflow.io.WorkflowIO
-
- loadFromXML(String) - Static method in class eu.mihosoft.vrl.workflow.io.WorkflowIO
-
- loadFromXML(InputStream) - Static method in class eu.mihosoft.vrl.workflow.io.WorkflowIO
-
- loadFromXML(Path, IdGenerator) - Static method in class eu.mihosoft.vrl.workflow.io.WorkflowIO
-
- loadFromXML(InputStream, IdGenerator) - Static method in class eu.mihosoft.vrl.workflow.io.WorkflowIO
-
- Lookup<T> - Interface in eu.mihosoft.vrl.workflow
-
This interface defines a lookup.