cartago
Class ArtifactInfo
java.lang.Object
cartago.ArtifactInfo
- All Implemented Interfaces:
- java.io.Serializable
public class ArtifactInfo
- extends java.lang.Object
- implements java.io.Serializable
Information about an artifact of the workspace.
- Author:
- aricci
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactInfo
public ArtifactInfo(AgentId creatorId,
ArtifactId id,
java.util.List<OpDescriptor> operations,
java.util.List<ArtifactObsProperty> obsProperties,
java.util.List<OperationInfo> ongoingOp,
Manual manual)
getCreatorId
public AgentId getCreatorId()
getId
public ArtifactId getId()
getOperations
public java.util.List<OpDescriptor> getOperations()
getObsProperties
public java.util.List<ArtifactObsProperty> getObsProperties()
getOngoingOp
public java.util.List<OperationInfo> getOngoingOp()
getManual
public Manual getManual()
>DEIS - University of Bologna