Class AbstractGraphDeclaration
java.lang.Object
ai.stapi.serialization.AbstractSerializableObject
ai.stapi.graphoperations.declaration.AbstractDeclaration
ai.stapi.graphoperations.graphLanguage.AbstractGraphDeclaration
- All Implemented Interfaces:
Declaration,GraphDeclaration,ai.stapi.serialization.SerializableObject
- Direct Known Subclasses:
AbstractGraphDescription
public abstract class AbstractGraphDeclaration
extends AbstractDeclaration
implements GraphDeclaration
-
Field Summary
FieldsFields inherited from class ai.stapi.serialization.AbstractSerializableObject
NAME_OF_FIELD_WITH_SERIALIZATION_TYPEFields inherited from interface ai.stapi.graphoperations.declaration.Declaration
INTERFACE_UUID -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedAbstractGraphDeclaration(String serializationType) -
Method Summary
Methods inherited from class ai.stapi.serialization.AbstractSerializableObject
getSerializationTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.graphoperations.declaration.Declaration
getSerializationType
-
Field Details
-
DECLARATION_TYPE
- See Also:
-
-
Constructor Details
-
AbstractGraphDeclaration
protected AbstractGraphDeclaration() -
AbstractGraphDeclaration
-
-
Method Details
-
getDeclarationType
- Specified by:
getDeclarationTypein interfaceDeclaration- Specified by:
getDeclarationTypein classAbstractDeclaration
-