|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectix.icore.info.IType
ix.icore.info.IRelationType
public class IRelationType
A type of relationship.
Field Summary | |
---|---|
java.util.ArrayList |
links
The links that are allowed in this relation type, i.e. a list of concept type pairs. |
Fields inherited from class ix.icore.info.IType |
---|
attributes, children, constraints, name, parent |
Constructor Summary | |
---|---|
protected |
IRelationType(IType parent,
java.lang.String name,
java.util.List attributes)
This constructor should only be used by an ITypeManager. |
Method Summary |
---|
Methods inherited from class ix.icore.info.IType |
---|
addAttribute, addConstraint, checkConsistency, children, getAllowsChildren, getAttributes, getChildAt, getChildCount, getChildren, getConstraints, getIndex, getName, getParent, insert, isLeaf, remove, remove, removeFromParent, setAttributes, setConstraints, setName, setParent, setUserObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.ArrayList links
Constructor Detail |
---|
protected IRelationType(IType parent, java.lang.String name, java.util.List attributes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |