Uses of Enum Class
org.cristalise.kernel.graph.model.BuiltInEdgeProperties
Packages that use BuiltInEdgeProperties
-
Uses of BuiltInEdgeProperties in org.cristalise.kernel.graph.model
Methods in org.cristalise.kernel.graph.model that return BuiltInEdgePropertiesModifier and TypeMethodDescriptionstatic BuiltInEdgePropertiesstatic BuiltInEdgePropertiesReturns the enum constant of this class with the specified name.static BuiltInEdgeProperties[]BuiltInEdgeProperties.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cristalise.kernel.graph.model with parameters of type BuiltInEdgePropertiesModifier and TypeMethodDescriptionGraphableEdge.getBuiltInProperty(BuiltInEdgeProperties prop) GraphableEdge.getBuiltInProperty(BuiltInEdgeProperties prop, Object defaultValue) voidGraphableEdge.setBuiltInProperty(BuiltInEdgeProperties prop, Object val) -
Uses of BuiltInEdgeProperties in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils with parameters of type BuiltInEdgePropertiesModifier and TypeMethodDescriptionCastorHashMap.getBuiltInProperty(BuiltInEdgeProperties prop) CastorHashMap.getBuiltInProperty(BuiltInEdgeProperties prop, Object defValue) booleanCastorHashMap.isAbstract(BuiltInEdgeProperties prop) voidCastorHashMap.setBuiltInProperty(BuiltInEdgeProperties prop, Object value) voidCastorHashMap.setBuiltInProperty(BuiltInEdgeProperties prop, Object value, boolean isAbstract)