Package org.graffiti.attributes
Class AttributeDescription
java.lang.Object
org.graffiti.attributes.AttributeDescription
public class AttributeDescription extends Object
-
Constructor Summary
Constructors Constructor Description AttributeDescription(String id, Class<? extends Attribute> attributeClass, String user_description, boolean isNodeDesc, boolean isEdgeDesc)
AttributeDescription(String id, Class<? extends Attribute> attributeClass, String user_description, boolean isNodeDesc, boolean isEdgeDesc, String optDeletePath)
-
Method Summary
Modifier and Type Method Description Class<? extends Attribute>
getAttributeClass()
String
getDeletePath()
String
getId()
String
getUser_description()
boolean
isEdgeAttributeDescription()
boolean
isNodeAttributeDescription()
void
setAttributeClass(Class<? extends Attribute> attributeClass)
void
setDeletePath(String optDeletePath)
void
setId(String id)
void
setUser_description(String user_description)
-
Constructor Details
-
AttributeDescription
-
AttributeDescription
-
-
Method Details
-
setId
-
getId
-
setAttributeClass
-
getAttributeClass
-
setUser_description
-
getUser_description
-
isNodeAttributeDescription
public boolean isNodeAttributeDescription() -
isEdgeAttributeDescription
public boolean isEdgeAttributeDescription() -
setDeletePath
-
getDeletePath
-