Uses of Interface
org.pathvisio.libgpml.prop.Property
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
| org.pathvisio.libgpml.prop |
Properties classes
|
-
Uses of Property in org.pathvisio.libgpml.model
Methods in org.pathvisio.libgpml.model with parameters of type Property Modifier and Type Method Description booleanPathwayObjectEvent. affectsProperty(Property prop)Check if the given static property may have been modified in this event. -
Uses of Property in org.pathvisio.libgpml.prop
Classes in org.pathvisio.libgpml.prop that implement Property Modifier and Type Class Description classStaticPropertyStatic properties for ObjectTypes, linked inPathwayObject.Fields in org.pathvisio.libgpml.prop with type parameters of type Property Modifier and Type Field Description private static java.util.Map<java.lang.String,Property>PropertyManager. PROPERTIESMethods in org.pathvisio.libgpml.prop that return Property Modifier and Type Method Description static PropertyPropertyManager. getProperty(java.lang.String id)Gets the property matching the given ID.Methods in org.pathvisio.libgpml.prop with parameters of type Property Modifier and Type Method Description static voidPropertyManager. registerProperty(Property prop)Registers a property.