|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.agena.minerva.util.model.Connection
public class Connection
Field Summary | |
---|---|
static int |
CONNECTION_TYPE_CHILD
|
static int |
CONNECTION_TYPE_GRAPH
|
Constructor Summary | |
---|---|
Connection()
Basic constructor |
|
Connection(int ConnectionType)
Constructor sets up some basic attributes, calls the basic constructor |
Method Summary | |
---|---|
int |
getConnectionType()
Defines the nature of the connection, which must take one of the constant values defined on this class |
Range |
getSourceCardinality()
The cardibality attactched to the source of the connection |
Range |
getTargetCardinality()
The cardibality attactched to the target of the connection |
void |
setConnectionType(int connectionType)
Defines the nature of the connection, which must take one of the constant values defined on this class |
void |
setSourceCardinality(Range sourceCardinality)
The cardibality attactched to the source of the connection |
void |
setTargetCardinality(Range targetCardinality)
The cardibality attactched to the target of the connection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CONNECTION_TYPE_GRAPH
public static final int CONNECTION_TYPE_CHILD
Constructor Detail |
---|
public Connection()
public Connection(int ConnectionType)
ConnectionType
- Method Detail |
---|
public int getConnectionType()
public void setConnectionType(int connectionType)
public Range getSourceCardinality()
public void setSourceCardinality(Range sourceCardinality)
public Range getTargetCardinality()
public void setTargetCardinality(Range targetCardinality)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |