|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.model.attributes.AttributeManager
pl.edu.agh.cast.model.attributes.NodeAttributeManager
public class NodeAttributeManager
This class represents AttributeManager
s which are to manage attributes of
Node
s.
Field Summary | |
---|---|
protected static NodeAttributeManager |
dummyManager
Dummy NodeAttributeManager . |
static String |
PERMANENT_ID
Name of the permanent attribute ID. |
static String |
PERMANENT_ISMAIN
Name of the permanent attribute IsMain. |
static String |
PERMANENT_LABEL
Name of the permanent attribute Label. |
Fields inherited from class pl.edu.agh.cast.model.attributes.AttributeManager |
---|
ATTRIBUTE_REGISTRATION_STATUS, ATTRIBUTES_PROPERTY_CHANGE |
Constructor Summary | |
---|---|
NodeAttributeManager()
Default constructor. |
|
NodeAttributeManager(Collection<IDataSet> dataSets)
Initializes new instance with attributes defined for IEntity 'ies in given IDataSet s. |
Method Summary | |
---|---|
static NodeAttributeManager |
getDummyManager()
|
Methods inherited from class pl.edu.agh.cast.model.attributes.AttributeManager |
---|
addPropertyChangeListener, firePropertyChange, getAttribute, getAttributes, getPermanentAttributes, init, isRegisteredId, propertyChange, readResolve, registerAttribute, registerPermanentAttribute, registerPermanentAttribute, removePropertyChangeListener, setAttributeIsLabel, unregisterId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PERMANENT_ID
public static final String PERMANENT_ISMAIN
public static final String PERMANENT_LABEL
protected static NodeAttributeManager dummyManager
NodeAttributeManager
.
Constructor Detail |
---|
public NodeAttributeManager()
public NodeAttributeManager(Collection<IDataSet> dataSets)
IEntity
'ies in given IDataSet
s.
dataSets
- collection of IDataSet
s from which attributes should be extractedMethod Detail |
---|
public static NodeAttributeManager getDummyManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |