|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.opencyc.xml.ImportDaml.DamlRestriction
Records property use restrictions which get imported as Cyc interArgIsa1-2 or interArgFormat1-2 assertions.
Field Summary | |
java.lang.String |
anonymousId
Identifies all the RDF triples which contribute to this DAML Restriction. |
CycFort |
fromClass
The domain (Cyc arg1) class whose intstances are the subject of the property. |
CycList |
interArgFormatConstraint
the interArgFormat constraint sentence |
CycList |
interArgIsaConstraint
the interArgIsa constraint sentence |
java.lang.Integer |
maxCardinality
the maxCardinality restriction |
CycFort |
property
The property (Cyc predicate arg0) which relates the subject and predicate instances. |
java.util.ArrayList |
toClasses
The range (Cyc arg2) classes whose instances may be objects of the property in the cases where subject is an instance of the given fromClass. |
Constructor Summary | |
ImportDaml.DamlRestriction(ImportDaml importDaml)
Constructs a new DamlRestriction object. |
Method Summary | |
protected void |
formInterArgConstraints()
Forms the restriction constraints. |
protected void |
formInterArgFormatConstraint()
Forms the interArgFormat1-2 constraint. |
protected void |
formInterArgIsaConstraint()
Forms the interArgIsa1-2 constraint. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String anonymousId
public CycFort fromClass
public CycFort property
public java.util.ArrayList toClasses
public java.lang.Integer maxCardinality
public CycList interArgIsaConstraint
public CycList interArgFormatConstraint
Constructor Detail |
public ImportDaml.DamlRestriction(ImportDaml importDaml)
Method Detail |
protected void formInterArgConstraints() throws java.io.IOException, java.net.UnknownHostException, CycApiException
protected void formInterArgIsaConstraint() throws java.io.IOException, java.net.UnknownHostException, CycApiException
protected void formInterArgFormatConstraint() throws java.io.IOException, java.net.UnknownHostException, CycApiException
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |