Uses of Class
de.grogra.graph.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in de.grogra.blocks
Subclasses of Attribute in de.grogra.blocksModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in de.grogra.blocks with parameters of type AttributeModifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
-
Uses of Attribute in de.grogra.graph
Subclasses of Attribute in de.grogra.graphModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in de.grogra.graph declared as AttributeModifier and TypeFieldDescriptionprotected final Attribute
AccessorBase.attribute
static final Attribute[]
Attribute.ATTRIBUTE_0
An attribute array of length 0.Methods in de.grogra.graph that return AttributeModifier and TypeMethodDescriptionstatic final Attribute
Returns the attribute with the specifiedname
.AccessorBase.getAttribute()
AttributeAccessor.getAttribute()
AttributeChangeEvent.getAttribute()
ObjectAttribute.IdentityAccessor.getAttribute()
final Attribute[]
AccessorMap.getAttributes
(Attribute[] additional) AttributeOverwritingFilter.getAttributes
(Object object, boolean asNode) Graph.getAttributes
(Object object, boolean asNode) Returns the set of attributes which are available for the given object.GraphFilter.getAttributes
(Object object, boolean asNode) AttributeDependencies.getDependent
(Attribute a) Graph.getDependent
(Object object, boolean asNode, Attribute a) Returns the set of attributes whose values depend on the given attributea
for the givenobject
.GraphFilter.getDependent
(Object object, boolean asNode, Attribute a) AttributeChangeEvent.getDependentAttributes()
protected Attribute[]
GraphFilter.getDependentOfSource
(Object object, boolean asNode, Attribute a) final Attribute
Attribute.initializeI18N
(I18NBundle bundle, String resourceKey) final Attribute
Attribute.initializeName
(String name) final Attribute[]
Attribute.toArray()
Returns an array of length one containing this attribute.Methods in de.grogra.graph with parameters of type AttributeModifier and TypeMethodDescriptionvoid
final AttributeSet
abstract boolean
abstract boolean
abstract boolean
abstract boolean
abstract boolean
abstract boolean
abstract boolean
abstract boolean
abstract boolean
void
DelegateGraphState.fireAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) void
EventSupport.fireAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices, GraphState gs) void
GraphBase.State.fireAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) abstract void
GraphState.fireAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) AccessorMap.getAccessor
(Attribute attribute) AttributeOverwritingFilter.getAccessor
(Object object, boolean asNode, Attribute attribute) Graph.getAccessor
(Object object, boolean asNode, Attribute attribute) Returns an attribute accessor for the given attribute on the given object.GraphFilter.getAccessor
(Object object, boolean asNode, Attribute attribute) final Attribute[]
AccessorMap.getAttributes
(Attribute[] additional) AttributeDependencies.getDependent
(Attribute a) Graph.getDependent
(Object object, boolean asNode, Attribute a) Returns the set of attributes whose values depend on the given attributea
for the givenobject
.GraphFilter.getDependent
(Object object, boolean asNode, Attribute a) protected Attribute[]
GraphFilter.getDependentOfSource
(Object object, boolean asNode, Attribute a) final boolean
Attribute.isContained
(Attribute[] b) Checks whether this attribute is contained in the sorted arrayb
.void
EventSupport.Queue.postAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) void
GraphState.setInstanceAttribute
(Attribute a, Object value) Constructors in de.grogra.graph with parameters of type AttributeModifierConstructorDescriptionAccessorBase
(Attribute attribute) AccessorBridge
(Attribute attribute, boolean forNode) Creates a newAccessorBridge
for the givenattribute
. -
Uses of Attribute in de.grogra.graph.impl
Methods in de.grogra.graph.impl that return AttributeModifier and TypeMethodDescriptionfinal Attribute
Node.FieldAttributeAccessor.getAttribute()
final Attribute
Node.NType.Field.getAttribute()
GraphManager.getAttributes
(Object object, boolean asNode) Node.getAttributes()
GraphManager.getDependent
(Object object, boolean asNode, Attribute a) final Attribute
Node.NType.Field.getDependentAttribute()
Node.getEdgeAttributes
(Edge edge) Methods in de.grogra.graph.impl with parameters of type AttributeModifier and TypeMethodDescriptionfinal void
Node.NType.addDependency
(Attribute src, Attribute dest) final void
Node.NType.declareFieldAttribute
(Node.NType.Field f, Attribute a) final void
Node.NType.declareFieldAttribute
(Node.NType.Field f, Attribute a, double field2Attr) void
State.fireAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) GraphManager.getAccessor
(Object object, boolean asNode, Attribute attribute) Node.getAccessor
(Attribute attribute) GraphManager.getDependent
(Object object, boolean asNode, Attribute a) Node.getEdgeAttributeAccessor
(Attribute attribute) final void
Node.NType.setAttribute
(Node.NType.Field f, Attribute a) final void
Node.NType.setDependentAttribute
(Node.NType.Field f, Attribute a) Constructors in de.grogra.graph.impl with parameters of type AttributeModifierConstructorDescriptionAccessorBridge
(Attribute attribute) FieldAttributeAccessor
(Attribute attr, Node.NType.Field field) FieldAttributeAccessor
(Attribute attr, Node.NType.Field field, double field2Attr) -
Uses of Attribute in de.grogra.imp.edit
Methods in de.grogra.imp.edit with parameters of type AttributeModifier and TypeMethodDescriptionprotected abstract void
ToolRoot.attributeChanged
(Attribute[] b) This method is invoked to notify the tool root about modifications of attributes of the tool target.Tool.getAccessorOfObject
(Attribute a) boolean
Tool.isWritable
(Attribute a) -
Uses of Attribute in de.grogra.imp.objects
Subclasses of Attribute in de.grogra.imp.objectsModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Attribute in de.grogra.imp2d.edit
Methods in de.grogra.imp2d.edit with parameters of type Attribute -
Uses of Attribute in de.grogra.imp2d.graphs
Methods in de.grogra.imp2d.graphs that return AttributeModifier and TypeMethodDescriptionTopologyGraph.getDependent
(Object object, boolean asNode, Attribute a) protected Attribute[]
TopologyGraph.getDependentOfSource
(Object object, boolean asNode, Attribute a) Methods in de.grogra.imp2d.graphs with parameters of type AttributeModifier and TypeMethodDescriptionTopologyGraph.getDependent
(Object object, boolean asNode, Attribute a) protected Attribute[]
TopologyGraph.getDependentOfSource
(Object object, boolean asNode, Attribute a) -
Uses of Attribute in de.grogra.imp2d.objects
Subclasses of Attribute in de.grogra.imp2d.objectsMethods in de.grogra.imp2d.objects with parameters of type Attribute -
Uses of Attribute in de.grogra.imp3d
Subclasses of Attribute in de.grogra.imp3d -
Uses of Attribute in de.grogra.imp3d.edit
Methods in de.grogra.imp3d.edit with parameters of type Attribute -
Uses of Attribute in de.grogra.imp3d.objects
Subclasses of Attribute in de.grogra.imp3d.objectsMethods in de.grogra.imp3d.objects with parameters of type Attribute -
Uses of Attribute in de.grogra.pf.registry
Methods in de.grogra.pf.registry that return AttributeMethods in de.grogra.pf.registry with parameters of type Attribute -
Uses of Attribute in de.grogra.pf.ui.registry
Methods in de.grogra.pf.ui.registry with parameters of type AttributeModifier and TypeMethodDescriptionboolean
AttributeItem.correspondsTo
(Attribute a) static AttributeItem
AttributeItem.get
(RegistryContext c, Attribute a) -
Uses of Attribute in de.grogra.turtle
Subclasses of Attribute in de.grogra.turtleMethods in de.grogra.turtle with parameters of type Attribute