- All Superinterfaces:
Item
- All Known Subinterfaces:
MetabolicNetwork
@Deprecated(since="Omix 2.0") @ReplacedBy("omix.lang.model.Model") public interface Network extends Item
Deprecated.
Superclass of all types of networks in OVL.
This Java interface represents a network in OVL.
It contain all methods available in OVL.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description String
getIdentifier()
Deprecated.The unique name of the model component.Methods inherited from interface omix.lang.model.Item
customPropertyNames, getCustomProperty, id, onload, setCustomProperty, setTmpCustomProperty
-
Method Details
-
getIdentifier
String getIdentifier()Deprecated.The unique name of the model component.- Specified by:
getIdentifier
in interfaceItem
- Returns:
- name
-