|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthsr.HSRInstanceSet
public class HSRInstanceSet
Representation of HSRInstanceSet
Nested Class Summary | |
---|---|
static class |
HSRInstanceSet.singleton
Field Class for HSRInstanceSet.singleton |
Constructor Summary | |
---|---|
HSRInstanceSet(HSRInstance singleton)
Construct a(n) HSRInstanceSet Instance |
Method Summary | |
---|---|
edu.neu.ccs.demeterf.lib.Option<java.lang.String> |
belongsTo(InstanceI instance)
Is this a valid/well-formed Instance of the given instance? |
java.lang.String |
display()
DGP method from Class Display |
boolean |
equals(java.lang.Object o)
Is the given object Equal to this HSRInstanceSet? |
HSRInstance |
getSingleton()
Getter for field HSRInstanceSet.singleton |
int |
hashCode()
DGP method from Class HashCode |
static HSRInstanceSet |
parse(java.io.InputStream inpt)
Parse an instance of HSRInstanceSet from the given Stream |
static HSRInstanceSet |
parse(java.io.Reader inpt)
Parse an instance of HSRInstanceSet from the given Reader |
static HSRInstanceSet |
parse(java.lang.String inpt)
Parse an instance of HSRInstanceSet from the given String |
java.lang.String |
print()
DGP method from Class Print |
void |
setSingleton(HSRInstance _singleton)
Setter for field HSRInstanceSet.singleton |
java.lang.String |
toStr()
DGP method from Class ToStr |
java.lang.String |
toString()
DGP method from Class PrintToString |
edu.neu.ccs.demeterf.lib.Option<java.lang.String> |
valid(Config config)
Is this a valid/well-formed InstanceSet? |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HSRInstanceSet(HSRInstance singleton)
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static HSRInstanceSet parse(java.lang.String inpt) throws hsr.ParseException
hsr.ParseException
public static HSRInstanceSet parse(java.io.InputStream inpt) throws hsr.ParseException
hsr.ParseException
public static HSRInstanceSet parse(java.io.Reader inpt) throws hsr.ParseException
hsr.ParseException
public edu.neu.ccs.demeterf.lib.Option<java.lang.String> belongsTo(InstanceI instance)
belongsTo
in interface InstanceSetI
public edu.neu.ccs.demeterf.lib.Option<java.lang.String> valid(Config config)
valid
in interface InstanceSetI
public java.lang.String display()
public java.lang.String print()
public java.lang.String toStr()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void setSingleton(HSRInstance _singleton)
public HSRInstance getSingleton()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |