java.lang.Object
de.grogra.graph.Attribute<Character>
de.grogra.graph.CharAttribute
de.grogra.graph.CharTreeAttribute
- All Implemented Interfaces:
Described,KeyDescription,Comparable
-
Field Summary
Fields inherited from class de.grogra.graph.Attribute
ATTRIBUTE_0, attrType, quantityFields inherited from interface de.grogra.util.Described
ACCELERATOR_KEY, ICON, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, TITLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanprotected abstract charderive(Object object, boolean asNode, char parentValue, GraphState gs) protected chargetDerived(Object object, boolean asNode, GraphState gs) protected abstract charprotected ObjectAttributechargetParentValue(Object object, boolean asNode, GraphState gs) booleanDetermines whether this is a derived attribute or not.Methods inherited from class de.grogra.graph.CharAttribute
get, set, setChar, setDerivedMethods inherited from class de.grogra.graph.Attribute
compareTo, find, forName, getAttributeState, getDescription, getId, getKey, getQuantity, getSimpleName, getType, hashCode, initializeI18N, initializeName, isContained, isWritable, setAttributeState, toArray, toString
-
Constructor Details
-
CharTreeAttribute
-
CharTreeAttribute
public CharTreeAttribute()
-
-
Method Details
-
getParentAttribute
-
getDerived
- Overrides:
getDerivedin classCharAttribute
-
derive
-
getInitialValue
-
isDerived
public boolean isDerived()Description copied from class:AttributeDetermines whether this is a derived attribute or not. -
dependsOn
-
getParentValue
-