Uses of Interface
omix.lang.model.Component
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.lang.model |
This package contains all network components as OVL extendable types.
|
omix.lang.model.accessory.annotation |
This package contains all data annotations available in OVL.
|
omix.lang.reflect |
This package provides classes which allow a dynamic access of OVL code from Java.
|
-
Uses of Component in omix.lang
Methods in omix.lang with parameters of type Component Modifier and Type Method Description <T> T
UserRequest. selectFromCustomProperties(Class<T> type, Component item)
Asks the user to select an object from custom properties.@IsVarType Object
UserRequest. selectFromCustomProperties(Component item)
Asks the user to select an object from custom properties. -
Uses of Component in omix.lang.model
Subinterfaces of Component in omix.lang.model Modifier and Type Interface Description interface
BioNode
This type generalizes all common attributes of metabolite and reaction.
This Java interface represents a MetNode in OVL.interface
Comment
Deprecated.interface
Compartment
Represents a compartment in the metabolic network diagram.interface
Edge
Superclass of all edges in Omix.interface
EffectorEdge
Represents an effector edge in the network diagram.interface
FluxEdge
Represents a flux edge in the network diagram.interface
GraphicsBox
Represents a graphical box in the diagram.interface
GraphicsEdge
Represents a custom edge in the network diagram.interface
GraphicsItem
Deprecated.interface
GraphicsNode
This type represents custom nodes in OVL.interface
GraphicsPath
Represents a graphical path in the diagram.interface
Link
This type represents a link node in OVL.interface
LinkEdge
Represents a custom edge in the network diagram.interface
Metabolite
Represents all instances of a metabolite pool in the metabolic network diagram.interface
MetaboliteType
This class represents the type of metabolites in different compartments.interface
MetNode
Deprecated.interface
Model
This class represents the network model.interface
Node
Superclass of all nodes in Omix.interface
Pathway
Represents a pathway in the metabolic network diagram.interface
Reaction
This type represents reactions in OVL. -
Uses of Component in omix.lang.model.accessory.annotation
Methods in omix.lang.model.accessory.annotation that return types with arguments of type Component Modifier and Type Method Description Set<? extends Component>
ItemGroup. getItems()
Returns a copy of the internal item list.Methods in omix.lang.model.accessory.annotation with parameters of type Component Modifier and Type Method Description void
ItemGroup. addItem(Component item)
Add item to the item list.void
ItemGroup. removeItem(Component item)
Remove item from the item list.Method parameters in omix.lang.model.accessory.annotation with type arguments of type Component Modifier and Type Method Description void
ItemGroup. setItems(Collection<? extends Component> items)
Exchange item list. -
Uses of Component in omix.lang.reflect
Methods in omix.lang.reflect with parameters of type Component Modifier and Type Method Description void
OVLEnvironment. setCustomProperty(Component item, String name, Object value)
Adds a custom property to the network item.void
OVLEnvironment. setTmpCustomProperty(Component item, String name, Object value)
Adds a temporary custom property to the network item.