JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
eu.mihosoft.vrl.workflow
Interface Lookup<T>
All Known Subinterfaces:
FlowNodeSkinLookup
,
NodeLookup
All Known Implementing Classes:
FlowNodeSkinLookupImpl
,
NodeLookupImpl
public interface
Lookup<T>
This interface defines a lookup. Look ups are used to find nodes and connectors by id.
Author:
Michael Hoffer <info@michaelhoffer.de>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getById
(
String
id)
Returns the element with the specified id.
Method Detail
getById
T
getById(
String
id)
Returns the element with the specified id.
Parameters:
id
- id of the requested element
Returns:
the requested element or
null
if the requested element does not exist
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
2012-2016 (C) Michael Hoffer
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method