|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.library.info.AbstractDirective
public abstract class AbstractDirective
The ModuleDirective class describes a module data-structure.
Constructor Summary | |
---|---|
AbstractDirective()
Creation of a new abstract directive. |
|
AbstractDirective(Properties properties)
Creation of a new abstract directive. |
Method Summary | |
---|---|
boolean |
equals(Object other)
Compare this object to the supplied object for equality. |
protected boolean |
equals(Object a,
Object b)
Utility to compare two object for equality. |
Properties |
getProperties()
Return a property set. |
String |
getProperty(String key)
Return a property value. |
protected int |
hashArray(Object[] array)
Utility to hash an array. |
int |
hashCode()
Calculate the hashcode. |
protected int |
hashValue(Object value)
Utility to hash an object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractDirective()
public AbstractDirective(Properties properties)
properties
- the properties associated with the directiveMethod Detail |
---|
public String getProperty(String key)
key
- the property key
public Properties getProperties()
public boolean equals(Object other)
equals
in class Object
other
- the other object
public int hashCode()
hashCode
in class Object
protected int hashArray(Object[] array)
array
- the array
protected int hashValue(Object value)
value
- the object
protected boolean equals(Object a, Object b)
a
- the first objectb
- the second object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |