nz.ac.waikato.mcennis.rat.graph.descriptors
Interface PropertiesInternal
- All Superinterfaces:
- Properties
- All Known Implementing Classes:
- PropertiesImplementation
public interface PropertiesInternal
- extends Properties
add
void add(ParameterInternal parameter)
add
void add(java.lang.String type,
java.lang.Object value)
- Specified by:
add
in interface Properties
remove
void remove(java.lang.String type)
replace
void replace(Parameter type)
setDefaultRestriction
void setDefaultRestriction(SyntaxObject restriction)
getDefaultRestriction
SyntaxObject getDefaultRestriction()
- Specified by:
getDefaultRestriction
in interface Properties
duplicate
PropertiesInternal duplicate()
- Specified by:
duplicate
in interface Properties
get
ParameterInternal get(java.lang.String string)
- Specified by:
get
in interface Properties
merge
PropertiesInternal merge(Properties right)