Uses of Interface
omix.lang.model.Comment
Package | Description |
---|---|
omix.lang.model |
This package contains all network components as OVL extendable types.
|
-
Uses of Comment in omix.lang.model
Methods in omix.lang.model that return Comment Modifier and Type Method Description default Comment
Compartment. getComment(String identifier)
Deprecated.default Comment
GraphicsItem. getComment(String identifier)
Deprecated.default Comment
MetabolicNetwork. getComment(String identifier)
Deprecated.default Comment
Node. getComment(String identifier)
Deprecated.default Comment
Pathway. getComment(String identifier)
Deprecated.Methods in omix.lang.model that return types with arguments of type Comment Modifier and Type Method Description default List<? extends Comment>
Compartment. comments()
Deprecated.default List<? extends Comment>
GraphicsItem. comments()
Deprecated.default List<? extends Comment>
MetabolicNetwork. comments()
Deprecated.default List<? extends Comment>
Node. comments()
Deprecated.default List<? extends Comment>
Pathway. comments()
Deprecated.