|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ic.doc.automed.modelmanagement.matchmodel.TargetConstruct
public class TargetConstruct
Field Summary | |
---|---|
private java.util.ArrayList |
_constraints
|
private Construct |
_construct
Creates a new instance of TargetConstruct This includes the name of the construct and an ArrayList of constraint definitions of the form M,0;U,0 etc |
Constructor Summary | |
---|---|
TargetConstruct(Construct construct)
Each construct can have a number of constraint defintions associated with it depending on how a schema using this construct is defined. |
Method Summary | |
---|---|
java.util.ArrayList |
getConstraints()
Return the arraylist of constraint strings that apply to this construct |
Construct |
getConstruct()
Get the AutoMed construct object |
int |
getConstructClass()
Return the construct class of this construct, nodal, link-nodal, link etc |
java.lang.String |
getConstructName()
Get the name of this construct |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Construct _construct
private java.util.ArrayList _constraints
Constructor Detail |
---|
public TargetConstruct(Construct construct)
Method Detail |
---|
public int getConstructClass()
public java.util.ArrayList getConstraints()
public Construct getConstruct()
public java.lang.String getConstructName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |