| Package | Description |
|---|---|
| org.cristalise.kernel.graph.model | |
| org.cristalise.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
static BuiltInEdgeProperties |
BuiltInEdgeProperties.getValue(String propName) |
static BuiltInEdgeProperties |
BuiltInEdgeProperties.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInEdgeProperties[] |
BuiltInEdgeProperties.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
GraphableEdge.getBuiltInProperty(BuiltInEdgeProperties prop) |
void |
GraphableEdge.setBuiltInProperty(BuiltInEdgeProperties prop,
Object val) |
| Modifier and Type | Method and Description |
|---|---|
Object |
CastorHashMap.getBuiltInProperty(BuiltInEdgeProperties prop) |
boolean |
CastorHashMap.isAbstract(BuiltInEdgeProperties prop) |
void |
CastorHashMap.setBuiltInProperty(BuiltInEdgeProperties prop,
Object value) |
void |
CastorHashMap.setBuiltInProperty(BuiltInEdgeProperties prop,
Object value,
boolean isAbstract) |
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.