Uses of Class
org.pathvisio.libgpml.prop.StaticProperty
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
org.pathvisio.libgpml.prop |
Properties classes
|
org.pathvisio.libgpml.util |
Utility classes
|
-
Uses of StaticProperty in org.pathvisio.libgpml.model
Methods in org.pathvisio.libgpml.model that return types with arguments of type StaticProperty Modifier and Type Method Description java.util.Set<StaticProperty>
DataNode. getStaticPropertyKeys()
Returns all static properties for this pathway object.java.util.Set<StaticProperty>
DataNode.State. getStaticPropertyKeys()
Returns all static properties for this pathway object.java.util.Set<StaticProperty>
Group. getStaticPropertyKeys()
Returns all static properties for this pathway object.java.util.Set<StaticProperty>
Interaction. getStaticPropertyKeys()
Returns all static properties for this pathway object.java.util.Set<StaticProperty>
Label. getStaticPropertyKeys()
Returns all static properties for this pathway object.java.util.Set<StaticProperty>
LineElement. getStaticPropertyKeys()
Returns all static properties for this pathway object.java.util.Set<StaticProperty>
Pathway. getStaticPropertyKeys()
Returns all static properties for this pathway object.java.util.Set<StaticProperty>
PathwayElement. getStaticPropertyKeys()
Returns all static properties for this pathway object.java.util.Set<StaticProperty>
PathwayObject. getStaticPropertyKeys()
Returns all static properties for this pathway object.java.util.Set<StaticProperty>
Shape. getStaticPropertyKeys()
Returns all static properties for this pathway object.java.util.Set<StaticProperty>
ShapedElement. getStaticPropertyKeys()
Returns all static properties for this pathway object.Methods in org.pathvisio.libgpml.model with parameters of type StaticProperty Modifier and Type Method Description java.lang.Object
DataNode. getStaticProperty(StaticProperty key)
Returns static property value for given key.java.lang.Object
DataNode.State. getStaticProperty(StaticProperty key)
Returns static property value for given key.java.lang.Object
Group. getStaticProperty(StaticProperty key)
Returns static property value for given key.java.lang.Object
Interaction. getStaticProperty(StaticProperty key)
Returns static property value for given key.java.lang.Object
Label. getStaticProperty(StaticProperty key)
Returns static property value for given key.java.lang.Object
LineElement. getStaticProperty(StaticProperty key)
Returns static property value for given key.java.lang.Object
Pathway. getStaticProperty(StaticProperty key)
java.lang.Object
PathwayElement. getStaticProperty(StaticProperty key)
Returns static property value for given key.java.lang.Object
PathwayObject. getStaticProperty(StaticProperty key)
Returns static property value for given key.java.lang.Object
Shape. getStaticProperty(StaticProperty key)
Returns static property value for given key.java.lang.Object
ShapedElement. getStaticProperty(StaticProperty key)
Returns static property value for given key.void
DataNode. setStaticProperty(StaticProperty key, java.lang.Object value)
This works so that o.setNotes(x) is the equivalent of o.setProperty("Notes", x); Value may be null in some cases, e.g.void
DataNode.State. setStaticProperty(StaticProperty key, java.lang.Object value)
This works so that o.setNotes(x) is the equivalent of o.setProperty("Notes", x); Value may be null in some cases, e.g.void
Group. setStaticProperty(StaticProperty key, java.lang.Object value)
This works so that o.setNotes(x) is the equivalent of o.setProperty("Notes", x); Value may be null in some cases, e.g.void
Interaction. setStaticProperty(StaticProperty key, java.lang.Object value)
This works so that o.setNotes(x) is the equivalent of o.setProperty("Notes", x); Value may be null in some cases, e.g.void
Label. setStaticProperty(StaticProperty key, java.lang.Object value)
This works so that o.setNotes(x) is the equivalent of o.setProperty("Notes", x); Value may be null in some cases, e.g.void
LineElement. setStaticProperty(StaticProperty key, java.lang.Object value)
This works so that o.setNotes(x) is the equivalent of o.setProperty("Notes", x); Value may be null in some cases, e.g.void
Pathway. setStaticProperty(StaticProperty key, java.lang.Object value)
This works so that o.setNotes(x) is the equivalent of o.setProperty("Notes", x); Value may be null in some cases, e.g.void
PathwayElement. setStaticProperty(StaticProperty key, java.lang.Object value)
This works so that o.setNotes(x) is the equivalent of o.setProperty("Notes", x); Value may be null in some cases, e.g.void
PathwayObject. setStaticProperty(StaticProperty key, java.lang.Object value)
This works so that o.setNotes(x) is the equivalent of o.setProperty("Notes", x); Value may be null in some cases, e.g.void
Shape. setStaticProperty(StaticProperty key, java.lang.Object value)
This works so that o.setNotes(x) is the equivalent of o.setProperty("Notes", x); Value may be null in some cases, e.g.void
ShapedElement. setStaticProperty(StaticProperty key, java.lang.Object value)
This works so that o.setNotes(x) is the equivalent of o.setProperty("Notes", x); Value may be null in some cases, e.g. -
Uses of StaticProperty in org.pathvisio.libgpml.prop
Fields in org.pathvisio.libgpml.prop with type parameters of type StaticProperty Modifier and Type Field Description private static java.util.Map<java.lang.String,StaticProperty>
StaticProperty. tagMapping
Methods in org.pathvisio.libgpml.prop that return StaticProperty Modifier and Type Method Description static StaticProperty
StaticProperty. getByTag(java.lang.String value)
static StaticProperty
StaticProperty. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StaticProperty[]
StaticProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pathvisio.libgpml.prop that return types with arguments of type StaticProperty Modifier and Type Method Description private static java.util.Map<java.lang.String,StaticProperty>
StaticProperty. initTagMapping()
-
Uses of StaticProperty in org.pathvisio.libgpml.util
Methods in org.pathvisio.libgpml.util with parameters of type StaticProperty Modifier and Type Method Description private static void
Utils. summaryHelper(PathwayObject elt, java.lang.StringBuilder result, StaticProperty p, java.lang.String shortHand)
append a property to the summary