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 boolean
PathwayObjectEvent. 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 class
StaticProperty
Static 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. PROPERTIES
Methods in org.pathvisio.libgpml.prop that return Property Modifier and Type Method Description static Property
PropertyManager. 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 void
PropertyManager. registerProperty(Property prop)
Registers a property.