|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krms.api.engine.Term
public final class Term
Identifies a (hopefully) resolvable Term
. For resolution in the TermResolutionEngine
, The
appropriate TermResolver
will be selected by matching the name and parameters of the Term
with
the output and parameter names of the TermResolver
.
Constructor Summary | |
---|---|
Term(String name)
Constructor |
|
Term(String name,
Map<String,String> parameters)
This constructs a Term, which is a named piece of data that is usually obtainable through the TermResolutionEngine |
Method Summary | |
---|---|
int |
compareTo(Term o)
|
boolean |
equals(Object obj)
|
String |
getName()
Return the name of the term |
Map<String,String> |
getParameters()
Return an unmodifiable Map of parameters specified on this Term. |
Map<String,String> |
getProperties()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Term(String name)
name
- of the termpublic Term(String name, Map<String,String> parameters)
TermResolutionEngine
name
- the term nameparameters
- an optional map of properties that may be used to allow a single TermResolver to resolve multiple TermsMethod Detail |
---|
public String getName()
public Map<String,String> getProperties()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public int compareTo(Term o)
compareTo
in interface Comparable<Term>
public Map<String,String> getParameters()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |